Skip to content

Commit

Permalink
[t/03-quotes] new test: double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Aug 15, 2009
1 parent 3e98771 commit 6346372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/03-quotes.t
Expand Up @@ -11,6 +11,10 @@ ok_becomes q[[[foo,bar,baz
'foo','bar','baz'
'foo','bar' , 'baz']]], [ [<foo bar baz>] xx 3 ], 'single quotes';

ok_becomes q[[[foo,bar,baz
"foo","bar","baz"
"foo","bar" , "baz"]]], [ [<foo bar baz>] xx 3 ], 'double quotes';

done_testing;

# vim:ft=perl6

0 comments on commit 6346372

Please sign in to comment.