prefer singular dir names
This commit is contained in:
parent
80c934df7a
commit
2d1b466bd8
5
example/ex1.txt
Normal file
5
example/ex1.txt
Normal file
@ -0,0 +1,5 @@
|
||||
original text
|
||||
#placeholder<hw> BEGIN
|
||||
hello world
|
||||
#placeholder<hw> END
|
||||
some more original text
|
7
example/ex2.cpp
Normal file
7
example/ex2.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
signed main(){
|
||||
// #placeholder<code> BEGIN
|
||||
puts(hello world);
|
||||
// #placeholder<code> END
|
||||
return 0;
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
|
||||
echo start
|
||||
|
||||
#placeholder<@gnu-tofile-payload>
|
||||
#placeholder<@gnu-tofile-payload> COLLAPSED
|
||||
|
||||
echo start
|
||||
|
@ -1,3 +0,0 @@
|
||||
original text
|
||||
#placeholder<hw> COLLAPSED
|
||||
some more original text
|
@ -1,5 +0,0 @@
|
||||
#include <stdio.h>
|
||||
signed main(){
|
||||
// #placeholder<code> COLLAPSED
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user