Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Commits
f5365ddb
Commit
f5365ddb
authored
14 years ago
by
Adam Radziszewski
Browse files
Options
Downloads
Patches
Plain Diff
tests for llook & rlook
parent
5bd6b3cb
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/data/iterations.ccl
+49
-0
49 additions, 0 deletions
tests/data/iterations.ccl
with
49 additions
and
0 deletions
tests/data/iterations.ccl
+
49
−
0
View file @
f5365ddb
...
...
@@ -9,3 +9,52 @@ llook(0, end, $V, False)
False
V=nowhere
---
position=0
rlook(0,end,$P,
inter(class[$P], {subst})
)
True
P=3
---
position=3
rlook(0,end,$P,
inter(class[$P], {subst})
)
True
P=0
---
position=4
rlook(0,end,$P,
inter(class[$P], {subst})
)
True
P=8
---
position=19
rlook(0,end,$P,inter(class[$P], {subst}))
False
P=nowhere
---
position=26
llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
True
NomAcc=-1
---
position=12
llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
True
NomAcc=-4
---
position=2
llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
False
NomAcc=nowhere
---
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment