From f0960b7903121d1afdc9ca54d9c55b48f9c2d25a Mon Sep 17 00:00:00 2001 From: Chris Oakman Date: Sat, 2 Nov 2024 12:21:55 -0500 Subject: [PATCH] minor - remove stale comments --- test/internals.test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/internals.test.js b/test/internals.test.js index 362849f..292f2ab 100644 --- a/test/internals.test.js +++ b/test/internals.test.js @@ -444,9 +444,6 @@ test('Repeat parser', () => { expect(repeatResult4.children[1].name).toBe('AAA') }) -// TODO: add tests for NotChar -// TODO: add tests for String - test('Choice parser', () => { const testChoice1 = scsLib._Choice({ name: 'choice_test_1',