Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
bdef62d7
Commit
bdef62d7
authored
Sep 05, 2017
by
Alexander Weigl
Browse files
nicer test cases
parent
c6b1c6a5
Pipeline
#13424
failed with stage
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
matcher/src/test/java/edu/kit/iti/formal/psdbg/termmatcher/MatcherFacadeTest.java
View file @
bdef62d7
...
...
@@ -41,14 +41,15 @@ public class MatcherFacadeTest {
// shouldMatch("h2(2,3) = 0",
// "?X=0", "[{?X= h2(2,3)}]");
String
s
=
"[{?X=h2(Z(2(#)),Z(3(#)))}]"
;
shouldMatchSeq
(
"h2(2,3) = 0 ==>"
,
"?X=0 ==>"
,
"[{?X= h2(2,3)}]"
);
"?X=0 ==>"
,
s
);
shouldMatchSeq
(
"h2(2,3) = 0 ==> p, !p"
,
"?X=0 ==>"
,
"[{?X= h2(2,3)}]"
);
"?X=0 ==>"
,
s
);
shouldMatchSeq
(
"2 >= 1, h2(1,2) = h2(2,3), h2(2,3) = 0 ==> p, !p"
,
"?X=0 ==>"
,
"[{?X= h2(2,3)}]"
);
"?X=0 ==>"
,
s
);
}
@Test
...
...
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