-
Notifications
You must be signed in to change notification settings - Fork 0
/
errorScript
35 lines (34 loc) · 1.71 KB
/
errorScript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
build
etac ("Test --lex") "--lex" {
charstringedgecase.eta;
comments.eta;
emotetest.eta (Lexical, "Unmatched \"'\"");
invalidcharacter1.eta (Lexical, "Unmatched \"'\"");
invalidcharacter2.eta (Lexical, "Unmatched \"'\"");
invalidcharacter3.eta (Lexical, "Unmatched \"'\"");
invalidcharacter4.eta (Lexical, "Unmatched \"'\"");
largeintegerneg.eta (Lexical, "Not a valid integer");
largeintegerpos.eta (Lexical, "Not a valid integer");
manysinglequotes.eta;
multilinestring.eta (Lexical, "Multiline string");
nonterminatingstring1.eta (Lexical, "Multiline string");
nonterminatingstring2.eta (Lexical, "Non-terminating string");
nonterminatingstring3.eta (Lexical, "Non-terminating string");
unexpectedcharacter1.eta (Lexical, "Unmatched \"'\"");
unexpectedcharacter2.eta (Lexical, "Non-terminating string");
unexpectedcharacter3.eta (Lexical, "Non-terminating string");
unexpectedcharacter4.eta (Lexical, "Non-terminating string");
unexpectedcharacter5.eta (Lexical, "Non-terminating string");
unexpectedcharacter6.eta (Lexical, "Non-terminating string");
unexpectedcharacter7.eta (Lexical, "Non-terminating string");
unexpectedcharacter8.eta (Lexical, "Unmatched \"'\"");
unexpectedcharacter9.eta (Lexical, "Unmatched \"'\"");
unexpectedcharacter10.eta (Lexical, "Unmatched \"'\"");
unexpectedcharacter11.eta (Lexical, "Unmatched \"'\"");
unexpectedcharacter12.eta (Lexical, "Unmatched \"'\"");
unexpectedcharacter13.eta (Lexical, "Non-terminating string");
unexpectedcharacter14.eta (Lexical, "Non-terminating string");
unexpectedcharacter15.eta (Lexical, "Non-terminating string");
unicodechars.eta;
variabledeclarations.eta;
}