We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292f1e0 commit 40ee289Copy full SHA for 40ee289
tests/Neon/Decoder.scalar.phpt
@@ -24,6 +24,7 @@ Assert::same( 'the"string#literal', Neon::decode('the"string#literal') );
24
Assert::same( 'the"string', Neon::decode('the"string #literal') );
25
Assert::same( "the'string #literal", Neon::decode('"the\'string #literal"') );
26
Assert::same( 'the"string #literal', Neon::decode("'the\"string #literal'") );
27
+Assert::same( 'the"string #literal', Neon::decode('"the\\"string #literal"') );
28
Assert::same( '<literal> <literal>', Neon::decode('<literal> <literal>') );
29
Assert::same( "", Neon::decode("''") );
30
Assert::same( "", Neon::decode('""') );
0 commit comments