mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
Fix a test with ambiguous results.
This commit is contained in:
parent
61087b394e
commit
68d3a265ae
@ -210,7 +210,7 @@ spec = do
|
||||
(symbol Palette *> children ( many (green <|> pure (Out "always")) ))
|
||||
(makeState [node Palette 0 1 [node Green 1 2 [], node Green 2 3 []]])
|
||||
`shouldBe`
|
||||
Some ([Out "G", Out "G", Out "always"] :| [])
|
||||
Some ([Out "G", Out "G", Out "always"] :| [[Out "G", Out "G"]])
|
||||
|
||||
describe "source" $ do
|
||||
it "produces the node’s source" $
|
||||
|
Loading…
Reference in New Issue
Block a user