]> granicus.if.org Git - imagemagick/blob - MagickWand/script-token-test-data.txt
(no commit message)
[imagemagick] / MagickWand / script-token-test-data.txt
1 #
2 # Comments should be ignored
3 #
4 -option key  # end of line comment
5 +reset   imbedded#hash   # <- not a comment, thought this is
6
7 This\ is' a 'single" token"
8
9 And\\\ \''even '\'\""more \""complex
10
11 "Backslash chars \n are returned as is"
12 'regardless \n of quoting'
13
14 'Single quote escapes'
15 \' "'"
16
17 "Double quote escapes"
18 \" '"' "\""
19
20 Back\ slash\ escapes
21 \\ '\'  "\\"       # NOTE that backslash in single quotes are literial!
22
23 'Space Character Escapes'
24 \  ' '  " "
25
26 'Empty Tokens, using quotes'
27 ''   ""
28
29 "Unicode charcaters are handled"
30 "° ' ²  ³  ` ´"
31 "µ  ¶  ⨀  ⨁  ⨂"
32 测试用的汉字
33
34 Lines__\
35 __Continuation
36
37 'quoted_newlines__
38 __are_part_of_token'
39
40 "Last Token before EOF"
41
42