git » annoying » commit 0c2ff3f

Add more files with annoying names

author Alberto Bertogli
2012-10-13 10:53:10 UTC
committer Alberto Bertogli
2012-10-13 10:53:10 UTC
parent 43fdc2222890eddedde85726321ff66c73b69ca5

Add more files with annoying names

This patch adds more file with annoying names, including quotes, html tags and
whitespace.

"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.