mirror of
https://github.com/chrisdone/duet.git
synced 2025-01-08 06:53:22 +03:00
Test delete argument
This commit is contained in:
parent
7aea30ec4f
commit
4339712da7
@ -203,6 +203,15 @@ functionApplicationTests =
|
||||
(VariableExpression
|
||||
(Label {labelUUID = UUID "1"})
|
||||
(Identifier {identifierString = "x"})))))
|
||||
, Test
|
||||
"Delete argument"
|
||||
(typeChars "f x" <> typeBackspace <> typeBackspace)
|
||||
(focus
|
||||
starterExprUUID
|
||||
(rhsSelectedState
|
||||
(VariableExpression
|
||||
(Label {labelUUID = starterExprUUID})
|
||||
(Identifier {identifierString = "f"}))))
|
||||
]
|
||||
|
||||
infixTests :: [Test]
|
||||
|
Loading…
Reference in New Issue
Block a user