You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,8 @@ The quote policy indicates how string should be escaped. It also specifies the c
169
169
170
170
**Important**: Quoting can be quite expensive. Disable it if you do not need it.
171
171
172
+
**Important**: Quoted strings may not contain unescaped newlines. This is currently not supported.
173
+
172
174
The overflow policy indicates what should be done if the integers in the input are too large to fit into the variables. There following policies are predefined:
173
175
174
176
*`throw_on_overflow` : Throw an `error::integer_overflow` or `error::integer_underflow` exception.
0 commit comments