Dylan Baker 4年前
コミット
900778e8d1
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/tests/parser.test.ts

+ 1
- 1
src/tests/parser.test.ts ファイルの表示

@@ -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);

読み込み中…
キャンセル
保存