Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-test-properties
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-test-properties
Commits
44b57b7e
Commit
44b57b7e
authored
Jun 08, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use $ in generated properties
parent
b08634ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
makecleantest.icl
makecleantest.icl
+1
-2
No files found.
makecleantest.icl
View file @
44b57b7e
...
@@ -260,7 +260,6 @@ where
...
@@ -260,7 +260,6 @@ where
[
"module "
+++
testmodname
[
"module "
+++
testmodname
,
"import Gast, Gast.CommandLine"
,
"import Gast, Gast.CommandLine"
,
"from StdString import instance toString {#Char}"
,
"from StdString import instance toString {#Char}"
,
"from Data.Func import $"
// TODO: would be nice if property generation did not require this
,
"import Control.GenBimap"
,
"import Control.GenBimap"
,
"import "
+++
modname
,
"import "
+++
modname
,
bootstrap
,
bootstrap
...
@@ -324,7 +323,7 @@ where
...
@@ -324,7 +323,7 @@ where
,
"
\t
("
+++
lambda
+++
join
" "
[
name``
+++
"`"
:
map
snd3
ts`
]
+++
")"
,
"
\t
("
+++
lambda
+++
join
" "
[
name``
+++
"`"
:
map
snd3
ts`
]
+++
")"
,
"where"
,
"where"
,
"
\t
"
+++
name``
+++
"` :: "
+++
toString
type`
,
"
\t
"
+++
name``
+++
"` :: "
+++
toString
type`
,
"
\t
"
+++
join
" "
[
name``
+++
"`"
:
map
fst3
ts`
]
+++
" = prop
$
\n\t\t
"
+++
replaceSubString
"
\n
"
"
\n
\t\t
"
imp
,
"
\t
"
+++
join
" "
[
name``
+++
"`"
:
map
fst3
ts`
]
+++
" = prop
_p
\n\t
where
\n\t\t
_p = "
+++
replaceSubString
"
\n
"
"
\n\t
\t\t
"
imp
]
]
}
}
where
where
...
...
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