Dylan Baker před 3 roky
rodič
revize
900778e8d1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/tests/parser.test.ts

+ 1
- 1
src/tests/parser.test.ts Zobrazit soubor

@@ -54,7 +54,7 @@ test('parses a literal', (t) => {
54 54
   }
55 55
 });
56 56
 
57
-test('parses a identifier', (t) => {
57
+test('parses an identifier', (t) => {
58 58
   t.plan(2);
59 59
   const result = parse('$blue');
60 60
   t.false(result instanceof ParserError);

Načítá se…
Zrušit
Uložit