Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut Pérami
stdpp
Commits
4f82f462
Commit
4f82f462
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
ref tests: be less sensitive to trailing spaces
parent
5b7d0bf6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test-normalizer.sed
+2
-0
2 additions, 0 deletions
test-normalizer.sed
tests/notation.ref
+6
-6
6 additions, 6 deletions
tests/notation.ref
with
8 additions
and
6 deletions
test-normalizer.sed
+
2
−
0
View file @
4f82f462
...
...
@@ -4,3 +4,5 @@ s/subgoal/goal/g
/
[
0-9
]
*
focused goals
\?
$
/
{
N
;
s
/
\n
*
/
/;
}
# locations in Fail added in https://github.com/coq/coq/pull/15174
/
^
File
/
d
# extra space removed in https://github.com/coq/coq/pull/16130
s
/
=
$
/
=
/
This diff is collapsed.
Click to expand it.
tests/notation.ref
+
6
−
6
View file @
4f82f462
test_2 = {[10 := {[10 := 1]}; 20 := {[20 := 2]}]}
: M (M nat)
test_3 =
test_3 =
{[10 := {[10 := 1]}; 20 := {[20 := 2]}; 30 := {[30 := 3]}]}
: M (M nat)
test_4 =
test_4 =
{[10 := {[10 := 1]}; 20 := {[20 := 2]}; 30 := {[30 := 3]}; 40 := {[40 := 4]}]}
: M (M nat)
test_op_2 =
test_op_2 =
{[10 := {[10 ^ 2 := 99]}; 10 + 1 := {[10 - 100 := 42 * 1337]}]}
: M (M nat)
test_op_3 =
test_op_3 =
{[10 := {[20 - 2 := [11]; 1 := [22]]};
20 := {[99 + length [1] := [1; 2; 3]]};
4 := {[4 := [4]]};
5 := {[5 := [5]]}]}
: M (M (list nat))
test_op_4 =
test_op_4 =
{[10 := {[20 - 2 := [11];
1 := [22];
3 := [23];
...
...
@@ -30,6 +30,6 @@ test_gmultiset_2 = {[+ 10; 11 +]}
: gmultiset nat
test_gmultiset_3 = {[+ 10; 11; 2 - 2 +]}
: gmultiset nat
test_gmultiset_4 =
test_gmultiset_4 =
{[+ {[+ 10 +]}; ∅; {[+ 2 - 2; 10 +]} +]}
: gmultiset (gmultiset nat)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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