mirror of
https://github.com/chrisdone/duet.git
synced 2025-01-08 06:53:22 +03:00
Add more tests
This commit is contained in:
parent
7a019b880a
commit
3cfd69367d
@ -63,6 +63,15 @@ parensTests =
|
||||
(ConstantExpression
|
||||
(Label {labelUUID = UUID "2"})
|
||||
(Identifier {identifierString = "_"})))))
|
||||
, Test
|
||||
"Hit backspace to delete parens"
|
||||
[KeyPressAction '(', KeyDownAction False BackspaceKey]
|
||||
(focus
|
||||
(UUID "3")
|
||||
(rhsSelectedState
|
||||
(ConstantExpression
|
||||
(Label {labelUUID = UUID "3"})
|
||||
(Identifier {identifierString = "_"}))))
|
||||
, Test
|
||||
"Hit open parenthesis when on a node to create balanced parentheses"
|
||||
(typeChars "f(")
|
||||
|
Loading…
Reference in New Issue
Block a user