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
400667e6
Commit
400667e6
authored
Jun 18, 2021
by
Vladimír Štill
Browse files
test: Add more tests (init/final, quotes)
parent
24ea6df1
Pipeline
#95766
passed with stage
in 1 minute and 38 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/checker/reg/dfa-i-f-1.0.ok
0 → 100644
View file @
400667e6
init=init (init, a)=final (final, a)=final (final, b)=final final={final}
test/checker/reg/dfa-i-f-1.q
0 → 100644
View file @
400667e6
DFA
-
DFA
:
init
=
1
(
1
,
a
)
=
2
(
2
,
a
)
=
2
(
2
,
b
)
=
2
final
=
{
2
}
test/checker/reg/grammar-is-1.2.ok
0 → 100644
View file @
400667e6
S -> "a"A | "c"B | "c"
A -> "b"S
B -> "a"C
C -> "b"B | "b"
test/checker/reg/nfa-i-f-1.0.ok
0 → 100644
View file @
400667e6
init=init (init, a)={final} (final, a)={final} (final, b)={final} final={final}
test/checker/reg/nfa-i-f-1.q
0 → 100644
View file @
400667e6
DFA
-
NFA
:
init
=
1
(
1
,
a
)
=
2
(
2
,
a
)
=
2
(
2
,
b
)
=
2
final
=
{
2
}
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