Skip to content

Commit 68e1742

Browse files
committed
.
1 parent c288c38 commit 68e1742

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

tests/run/dedented-string-literals.check

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,128 @@
11
Basic:
22
i am cow
33
hear me moo
4-
4+
----
55
No Indent:
6-
6+
----
77
i am cow
88
hear me moo
9-
9+
----
1010
With indent:
1111
i am cow
1212
hear me moo
13-
13+
----
1414
Empty:
1515
[]
16-
16+
----
1717
Single line:
1818
hello world
19-
19+
----
2020
Blank lines:
2121
line 1
2222

2323
line 3
24-
24+
----
2525
Deep indent:
2626
deeply
2727
indented
2828
content
29-
29+
----
3030
Mixed indent:
3131
first level
3232
second level
3333
third level
34-
34+
----
3535
With triple quotes:
3636
'''
3737
i am cow
3838
'''
39-
39+
----
4040
Extended 5 quotes:
4141
''''
4242
content with four quotes
4343
''''
44-
44+
----
4545
Normalized newlines:
4646
Has only LF: true
47-
47+
----
4848
Special chars:
4949
!"#$%&()*+,-./:;<=>?@[\]^_`{|}~
50-
50+
----
5151
Unicode:
5252
Hello 世界
53-
53+
----
5454
With tabs:
5555
tab indented
5656
content here
57-
57+
----
5858
Empty lines anywhere:
5959
[
6060
content
6161

6262
more content
6363
]
64-
64+
----
6565
With quotes:
6666
"double quotes"
6767
'single quote'
6868
''
69-
69+
----
7070
Zero indent:
7171
content
72-
72+
----
7373
Precise:
7474
Length: 9
7575
Content: [ ab
7676
cd]
7777
Chars: List( , , a, b,
7878
, , , c, d)
79-
79+
----
8080
Interpolated:
8181
Hello Alice
8282
You are 30 years old
83-
83+
----
8484
Escaped Interpolated:
8585
Hello $name
8686
You are $age years old
87-
87+
----
8888
Formatted:
8989
Value: 00042
9090
Done
91-
91+
----
9292
Pattern matching:
9393
Pattern result: matched basic
94-
94+
----
9595
Interpolated pattern:
9696
Interpolated pattern result: matched greeting
97-
97+
----
9898
Pattern matching (two lines):
9999
Two line pattern result: matched two lines
100-
100+
----
101101
Interpolated pattern (two lines):
102102
Two line interpolated result: matched two line greeting
103-
103+
----
104104
In function:
105105
function content
106106
more content
107-
107+
----
108108
In class:
109109
class member
110110
content
111-
111+
----
112112
In list:
113113
Item: [ first]
114114
Item: [ second]
115115
Item: [ third]
116-
116+
----
117117
Nested in expressions:
118118
prefix middlesuffix
119-
119+
----
120120
Type ascription:
121121
Value: [ first line
122122
indented line
123123
third line]
124124
Type matches: true
125-
125+
----
126126
valueOf test:
127127
Value: [ alpha
128128
beta

0 commit comments

Comments
 (0)