Guest User

Untitled

a guest
Mar 7th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. "simply string";
  2.  
  3. " string with ASCII enter
  4. ";
  5.  
  6. "string with all legal esc chars (with comma between them)\\, \", \t, \"";
  7.  
  8. "string with all legal esc chars (with out comma between them), \\\"\t\n";
  9.  
  10. str = "String with nesting comments /*this is not a comment. Is part of the string*/";
  11.  
  12. "3 strings in a row""comment1""comment2""comment3"
  13.  
  14. "2 empty strings in a row""""";
  15.  
  16. "string with chars 1234567890-=!@#$%^&*()_+[]{};:'<>,./?, qwertyuiopasdfghjklzxcvbnm, QWERTYUIOPASDFGHJKLZXCVBNM"
Add Comment
Please, Sign In to add comment