|
23 | 23 | "bad {:} placeholder", |
24 | 24 | "bad {\\u0000placeholder}", |
25 | 25 | "no-equal {|42| :number minimumFractionDigits 2}", |
26 | | - "bad {:placeholder option=x option=x}", |
27 | | - "bad {:placeholder ns:option=x ns:option=y}", |
28 | 26 | "bad {:placeholder option=}", |
29 | 27 | "bad {:placeholder option value}", |
30 | 28 | "bad {:placeholder option:value}", |
|
44 | 42 | "no {|placeholder| end", |
45 | 43 | "no {|literal} end", |
46 | 44 | "no {|literal or placeholder end", |
47 | | - ".input {$foo} .input {$foo} {{_}}", |
48 | | - ".input {$foo} .local $foo = {42} {{_}}", |
49 | | - ".local $foo = {42} .input {$foo} {{_}}", |
50 | | - ".local $foo = {:unknown} .local $foo = {42} {{_}}", |
51 | 45 | ".local bar = {|foo|} {{_}}", |
52 | 46 | ".local #bar = {|foo|} {{_}}", |
53 | 47 | ".local $bar {|foo|} {{_}}", |
54 | 48 | ".local $bar = |foo| {{_}}", |
55 | | - ".local $foo = {$bar} .local $bar = {42} {{_}}", |
56 | | - ".local $foo = {$foo} {{_}}", |
57 | | - ".local $foo = {$bar} .local $bar = {$baz} {{_}}", |
58 | | - ".local $foo = {$bar :func} .local $bar = {$baz} {{_}}", |
59 | | - ".local $foo = {42 :func opt=$foo} {{_}}", |
60 | | - ".local $foo = {42 :func opt=$bar} .local $bar = {42} {{_}}", |
61 | 49 | ".match {#foo} * {{foo}}", |
62 | 50 | ".match {} * {{foo}}", |
63 | 51 | ".match {|foo| :x} {|bar| :x} ** {{foo}}", |
64 | 52 | ".match * {{foo}}", |
65 | 53 | ".match {|x| :x} * foo", |
66 | 54 | ".match {|x| :x} * {{foo}} extra", |
67 | | - ".match |x| * {{foo}}", |
68 | | - ".match {:foo} 1 {{_}}", |
69 | | - ".match {:foo} other {{_}}", |
70 | | - ".match {:foo} {:bar} * 1 {{_}} 1 * {{_}}", |
71 | | - ".match {$foo :x} * * {{foo}}", |
72 | | - ".match {$foo :x} {$bar :x} * {{foo}}", |
73 | | - ".match {$foo} one {{one}} * {{other}}", |
74 | | - ".input {$foo} .match {$foo} one {{one}} * {{other}}", |
75 | | - ".local $foo = {$bar} .match {$foo} one {{one}} * {{other}}" |
| 55 | + ".match |x| * {{foo}}" |
76 | 56 | ] |
0 commit comments