Skip to content

Commit

Permalink
change how we undo backslashes, also add a little test for that
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Apr 8, 2017
1 parent d5be5ad commit 5e4e2c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/04-roundtrip.t
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ my @s =
keyfive => False,
keysix => True,
keyseven => 3.2,
};
},
'Backslashes 1' => [ "\"Hi\".literal newlnie:\nbackslashed n:\\nbackslashed newlnie:\\\nbackslashes and quotes: \\\"" ],
;

plan +@s;

Expand Down

0 comments on commit 5e4e2c2

Please sign in to comment.