author | Alberto Bertogli
<albertito@blitiri.com.ar> 2012-10-13 10:53:10 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2012-10-13 10:53:10 UTC |
parent | 43fdc2222890eddedde85726321ff66c73b69ca5 |
"one_quote,two_quotes"" | +3 | -0 |
'"' | +2 | -0 |
<b>name_with_tags<i> | +3 | -0 |
whitespace: \t\n | +2 | -0 |
with two spaces | +1 | -0 |
diff --git "a/\"one_quote,two_quotes\"\"" "b/\"one_quote,two_quotes\"\"" new file mode 100644 index 0000000..ed15dc3 --- /dev/null +++ "b/\"one_quote,two_quotes\"\"" @@ -0,0 +1,3 @@ +This file is named: "one_quote,two_quotes"" + +It has one " at the beginning, and two at the end. diff --git "a/'\"'" "b/'\"'" new file mode 100644 index 0000000..3f5173e --- /dev/null +++ "b/'\"'" @@ -0,0 +1,2 @@ +This file is named: '"' + diff --git a/<b>name_with_tags<i> b/<b>name_with_tags<i> new file mode 100644 index 0000000..0490200 --- /dev/null +++ b/<b>name_with_tags<i> @@ -0,0 +1,3 @@ +This file's name is surrounded by html <b> and <i> tags. +There are no closing tags as those have a '/'. + diff --git "a/whitespace: \t\n" "b/whitespace: \t\n" new file mode 100644 index 0000000..3ed1982 --- /dev/null +++ "b/whitespace: \t\n" @@ -0,0 +1,2 @@ +This file has a space, a tab and a newline in its name. In +C it would be "whitespace \t\n". diff --git a/with two spaces b/with two spaces new file mode 100644 index 0000000..e8ca50d --- /dev/null +++ b/with two spaces @@ -0,0 +1 @@ +A file with two spaces in its name.