Skip to content

Commit 2e2abb7

Browse files
committed
Add a bunch of testing files with various input
1 parent 41b928c commit 2e2abb7

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

tests/.hiddenfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789

tests/.hiddenfile~

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789

tests/specialchar/specialchar.in

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
myvar = this
3+
myvar =that
4+
myvar=that
5+
6+
//a.b[i][j][k] += float(blk->dt * q(i,j,k)->v[1]);
7+
8+
"This is a \\string with lots\ of backslash"
9+
Don't forget to go to the mall!
10+
Email me at [email protected]
11+
What is your phone #?
12+
What % of the sale is your commission?
13+
We don't use ~ a lot in English but in spanish it's used a lot.
14+
Use the ^ (caret) to switch between files.
15+
I like apples & bananas
16+
When you write like ***this*** it will be printed in bold.
17+
How important is this to you (it's important to me).
18+
What is this - that?
19+
a + b = c, elementary
20+
Group important words in {}
21+
Enclose things in []
22+
Can you find \<this\>
23+
int x = Froobarnium();
24+
This has\ some \ escapes in it.
25+
26+
x[i][j][k] = y(i,j,k)
27+
28+

tests/wildignore~

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789

0 commit comments

Comments
 (0)