Skip to content

Commit 327671c

Browse files
committed
added documentation hint that unescaped newlines in quoted strings are not supported
1 parent 68250a3 commit 327671c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ The quote policy indicates how string should be escaped. It also specifies the c
169169

170170
**Important**: Quoting can be quite expensive. Disable it if you do not need it.
171171

172+
**Important**: Quoted strings may not contain unescaped newlines. This is currently not supported.
173+
172174
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:
173175

174176
* `throw_on_overflow` : Throw an `error::integer_overflow` or `error::integer_underflow` exception.

0 commit comments

Comments
 (0)