%PDF- %PDF-
Direktori : /root/.cpanm/work/1590825950.14464/YAML-Syck-1.32/t/ |
Current File : //root/.cpanm/work/1590825950.14464/YAML-Syck-1.32/t/json-newline.t |
use JSON::Syck; use Test::More tests => 1; my $dump = JSON::Syck::Dump( { a => "hello\nworld\n" } ); is $dump, q({"a":"hello\nworld\n"});