Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
8c8da2fb
Commit
8c8da2fb
authored
Feb 24, 2021
by
Vladimír Štill
Browse files
test: Add tests for input with comments
parent
a1e6468e
Changes
12
Hide whitespace changes
Inline
Side-by-side
test/checker/cfl/cfg-basic-comment.0.ok
0 → 120000
View file @
8c8da2fb
cfg-basic.0.ok
\ No newline at end of file
test/checker/cfl/cfg-basic-comment.1.nok
0 → 120000
View file @
8c8da2fb
cfg-basic.1.nok
\ No newline at end of file
test/checker/cfl/cfg-basic-comment.q
0 → 100644
View file @
8c8da2fb
CFG
-
CFG
:
S
->
aA
;
A
->
aS
|
a
#
comment
#
comment
test/checker/cfl/cfg-basic.8c.nok
0 → 100644
View file @
8c8da2fb
S -> aaS | ε # comment
# comment
test/checker/reg/dfa-basic-comment.0.ok
0 → 120000
View file @
8c8da2fb
dfa-basic.0.ok
\ No newline at end of file
test/checker/reg/dfa-basic-comment.1.nok
0 → 120000
View file @
8c8da2fb
dfa-basic.1.nok
\ No newline at end of file
test/checker/reg/dfa-basic-comment.q
0 → 100644
View file @
8c8da2fb
DFA
-
DFA
:
init
=
A
(
A
,
a
)
=
A
(
A
,
b
)
=
A
final
=
{
A
}
#
comment
#
more
comments
test/checker/reg/eliminate-eps-basic-comment.0.ok
0 → 100644
View file @
8c8da2fb
init=1 (1, a)={1, 2} (2, a)={2} final={2}
test/checker/reg/eliminate-eps-basic-comment.1.nok
0 → 100644
View file @
8c8da2fb
init=1 (1, a)={1, 2} (2, a)={2} (2,a)={3} final={3}
test/checker/reg/eliminate-eps-basic-comment.q
0 → 100644
View file @
8c8da2fb
NFA
-
NFA
-
N
:
init
=
1
(
1
,
a
)
=
{
1
,
2
}
(
2
,
a
)
=
{
2
}
(
2
,
ε
)
=
{
3
}
final
=
{
3
}
#
comment
#
commnet
test/checker/reg/grammar-is-1.4c.ok
0 → 100644
View file @
8c8da2fb
S -> aA | cB |c
A -> bS
B -> aC
C -> bB | b # comment
# foo bar
test/checker/reg/regex-basic.3c.ok
0 → 100644
View file @
8c8da2fb
(b^*ab^*ab^*)^* + b^* # comment
# comment
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment