Docs: Update test results

This commit is contained in:
multipleof4
2025-09-26 15:38:55 +00:00
committed by github-actions[bot]
parent b8d434531d
commit d17d098e24

View File

@@ -1,6 +1,6 @@
# Hi Language Test Results
**Run at:** 2025-09-26T15:30:47.497Z
**Run at:** 2025-09-26T15:38:55.459Z
| Test Case | Status |
|-----------|--------|
@@ -16,18 +16,19 @@
**Error:**
```
Error: <SUBRULE> argument is invalid expecting a Parser method reference but got: <undefined>
inside top level rule: <equalityExpression>
at HiParser.subruleInternalRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:193:27)
at <computed> (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:54:33)
at HiParser.<anonymous> (file:///home/runner/work/transpiler/transpiler/src/parser.js:58:19)
TypeError: $.SEPERATED_LIST is not a function
This error was thrown during the "grammar recording phase" For more info see:
https://chevrotain.io/docs/guide/internals.html#grammar-recording
at HiParser.<anonymous> (file:///home/runner/work/transpiler/transpiler/src/parser.js:70:30)
at HiParser.recordProd (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:244:19)
at HiParser.optionInternalRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:173:27)
at <computed> (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:57:33)
at HiParser.<anonymous> (file:///home/runner/work/transpiler/transpiler/src/parser.js:70:15)
at HiParser.topLevelRuleRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:151:17)
at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:85:53
at HiParser.TRACE_INIT (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js:44:20)
at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:84:30
at arrayEach (file:///home/runner/work/transpiler/transpiler/node_modules/lodash-es/_arrayEach.js:15:9)
at forEach (file:///home/runner/work/transpiler/transpiler/node_modules/lodash-es/forEach.js:38:10)
at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:80:21
```
---