UNPKG
meld-spec
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
Specification for the Meld scripting language
github.com/adamavenir/meld-spec
meld-spec
/
dist
/
types
/
spec
/
tests
/
comments
/
comments-invalid.test.d.ts
6 lines
(5 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ParserTestCase
}
from
'../../../types/parser'
;
/** * Test cases for invalid comments that all implementations must reject */
export
declare
const
commentInvalidTests
:
ParserTestCase
[];