Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
c691a95d
Commit
c691a95d
authored
Mar 18, 2019
by
Carsten Rose
Browse files
Fixes #8043: unit test
parent
97fc6c0d
Pipeline
#1757
failed with stage
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Tests/unit/core/EvaluateTest.php
View file @
c691a95d
...
...
@@ -574,7 +574,7 @@ class EvaluateTest extends AbstractDatabaseTest {
$this
->
assertEquals
(
'go start {{hidden:F:alnumx}} end stop'
,
$eval
->
parse
(
'go {{a:F:all:S}} stop'
));
// Check that there is no exception if not found in the first/second store but in third store
$this
->
assertEquals
(
'go
!!digit!!
stop'
,
$eval
->
parse
(
'go {{a:SYF::X}} stop'
));
$this
->
assertEquals
(
'go
start magic value end
stop'
,
$eval
->
parse
(
'go {{a:SYF:
all
:X}} stop'
));
}
...
...
Write
Preview
Supports
Markdown
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