File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 71
71
72
72
basic-string = <quotation-mark> *basic-char <quotation-mark>
73
73
74
- quotation-mark = %x22 ; \"
74
+ quotation-mark = %x22 ; \"
75
75
76
76
<basic-char> = basic-unescaped / escaped
77
77
<basic-unescaped> = %x20-21 / %x23-5B / %x5D-7E / %x80-10FFFF
87
87
<escape-seq-char> =/ %x6E ; n line feed U+000A
88
88
<escape-seq-char> =/ %x72 ; r carriage return U+000D
89
89
<escape-seq-char> =/ %x74 ; t tab U+0009
90
- <escape-seq-char> =/ %x75 4HEXDIG ; uXXXX U+XXXX
91
- <escape-seq-char> =/ %x55 8HEXDIG ; UXXXXXXXX U+XXXXXXXX
90
+ <escape-seq-char> =/ %x75 4HEXDIG ; uXXXX U+XXXX
91
+ <escape-seq-char> =/ %x55 8HEXDIG ; UXXXXXXXX U+XXXXXXXX
92
92
93
93
;; Multiline literals
94
94
268
268
(condp = x
269
269
" -inf" Double/NEGATIVE_INFINITY
270
270
" +inf" Double/POSITIVE_INFINITY
271
- " inf" Double/POSITIVE_INFINITY
271
+ " inf" Double/POSITIVE_INFINITY
272
272
" -nan" Double/NaN
273
273
" +nan" Double/NaN
274
- " nan" Double/NaN
274
+ " nan" Double/NaN
275
275
(read-string x)))
276
276
277
277
(def toml-transform
You can’t perform that action at this time.
0 commit comments