Make tests a bit more interesting

This commit is contained in:
Maxim Baz 2018-07-03 22:32:04 +02:00
parent 7cfd0d1b39
commit ba547ea4dd
No known key found for this signature in database
GPG Key ID: 011FDC52DA839335
7 changed files with 21 additions and 7 deletions

View File

@ -1 +1 @@
jXXX:comment-line<ret>
jXXXXX:comment-line<ret>

View File

@ -1,4 +1,6 @@
a:
b: 1
c:
d: 2
c: 2
e: 3

View File

@ -1,4 +1,6 @@
a:
# b: 1
# c:
# d: 2
# c: 2
# e: 3

View File

@ -1,4 +1,6 @@
a:
b: 1
c:
d: 2
c: 2
e: 3

View File

@ -1,4 +1,6 @@
# a:
# b: 1
# c:
# d: 2
# c: 2
# e: 3

View File

@ -1,3 +1,6 @@
a:
# b: 1
c: 2
c:
d: 2
e: 3

View File

@ -1,3 +1,6 @@
# a:
# # b: 1
# c: 2
# c:
# d: 2
# e: 3