File tree Expand file tree Collapse file tree 2 files changed +61
-61
lines changed Expand file tree Collapse file tree 2 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 11Basic:
22i am cow
33hear me moo
4- 
4+ ---- 
55No Indent:
6- 
6+ ---- 
77i am cow
88hear me moo
9- 
9+ ---- 
1010With indent:
1111  i am cow
1212  hear me moo
13- 
13+ ---- 
1414Empty:
1515[]
16- 
16+ ---- 
1717Single line:
1818hello world
19- 
19+ ---- 
2020Blank lines:
2121line 1
2222
2323line 3
24- 
24+ ---- 
2525Deep indent:
2626      deeply
2727      indented
2828      content
29- 
29+ ---- 
3030Mixed indent:
3131  first level
3232    second level
3333      third level
34- 
34+ ---- 
3535With triple quotes:
3636'''
3737i am cow
3838'''
39- 
39+ ---- 
4040Extended 5 quotes:
4141''''
4242content with four quotes
4343''''
44- 
44+ ---- 
4545Normalized newlines:
4646Has only LF: true
47- 
47+ ---- 
4848Special chars:
4949!"#$%&()*+,-./:;<=>?@[\]^_`{|}~
50- 
50+ ---- 
5151Unicode:
5252Hello 世界
53- 
53+ ---- 
5454With tabs:
5555	tab indented
5656	content here
57- 
57+ ---- 
5858Empty lines anywhere:
5959[
6060content
6161
6262more content
6363]
64- 
64+ ---- 
6565With quotes:
6666"double quotes"
6767'single quote'
6868''
69- 
69+ ---- 
7070Zero indent:
7171content
72- 
72+ ---- 
7373Precise:
7474Length: 9
7575Content: [  ab
7676  cd]
7777Chars: List( ,  , a, b,
7878,  ,  , c, d)
79- 
79+ ---- 
8080Interpolated:
8181Hello Alice
8282You are 30 years old
83- 
83+ ---- 
8484Escaped Interpolated:
8585Hello $name
8686You are $age years old
87- 
87+ ---- 
8888Formatted:
8989Value: 00042
9090Done
91- 
91+ ---- 
9292Pattern matching:
9393Pattern result: matched basic
94- 
94+ ---- 
9595Interpolated pattern:
9696Interpolated pattern result: matched greeting
97- 
97+ ---- 
9898Pattern matching (two lines):
9999Two line pattern result: matched two lines
100- 
100+ ---- 
101101Interpolated pattern (two lines):
102102Two line interpolated result: matched two line greeting
103- 
103+ ---- 
104104In function:
105105  function content
106106  more content
107- 
107+ ---- 
108108In class:
109109  class member
110110  content
111- 
111+ ---- 
112112In list:
113113Item: [  first]
114114Item: [  second]
115115Item: [  third]
116- 
116+ ---- 
117117Nested in expressions:
118118prefix  middlesuffix
119- 
119+ ---- 
120120Type ascription:
121121Value: [  first line
122122    indented line
123123  third line]
124124Type matches: true
125- 
125+ ---- 
126126valueOf test:
127127Value: [  alpha
128128    beta
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments