Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ProofScriptParser
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sarah.grebing
ProofScriptParser
Commits
bdef62d7
Commit
bdef62d7
authored
Sep 05, 2017
by
Alexander Weigl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
matcher/src/test/java/edu/kit/iti/formal/psdbg/termmatcher/MatcherFacadeTest.java
...u/kit/iti/formal/psdbg/termmatcher/MatcherFacadeTest.java
+4
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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