mirror of https://github.com/Wilfred/difftastic/
28 lines
411 B
Plaintext
28 lines
411 B
Plaintext
================================================================================
|
|
String literals
|
|
================================================================================
|
|
|
|
""
|
|
"simple"
|
|
"\""
|
|
"\\"
|
|
"\\ foo \\"
|
|
|
|
"
|
|
multiline
|
|
"
|
|
|
|
"\
|
|
foo"
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
(source_file
|
|
(string)
|
|
(string)
|
|
(string)
|
|
(string)
|
|
(string)
|
|
(string)
|
|
(string))
|