File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22 text1: This is a valid string value.
33 text2: a \ is just a \
44 text3: "You need quotes\tfor escapes"
5- text4: " untrimmed "
5+ text4a: " untrimmed "
6+ text4b: " untrimmed"
7+ text4c: "untrimmed "
68 multiline1:
79 '''
810 first line
Original file line number Diff line number Diff line change 22 "text1" : " This is a valid string value." ,
33 "text2" : " a \\ is just a \\ " ,
44 "text3" : " You need quotes\t for escapes" ,
5- "text4" : " untrimmed " ,
5+ "text4a" : " untrimmed " ,
6+ "text4b" : " untrimmed" ,
7+ "text4c" : " untrimmed " ,
68 "multiline1" : " first line\n indented line\n last line" ,
79 "multiline2" : " first line\n indented line\n last line" ,
810 "multiline3" : " first line\n indented line\n last line\n " ,
Original file line number Diff line number Diff line change 66
77 text3: "You need quotes\tfor escapes"
88
9- text4: " untrimmed "
9+ text4a: " untrimmed "
10+ text4b: " untrimmed"
11+ text4c: "untrimmed "
1012
1113 # multiline string
1214
You can’t perform that action at this time.
0 commit comments