uitest: update the DSL grammar

Change-Id: I15fe20f1c5e8339f6d5a857b0d0bbfa30b09b44a
This commit is contained in:
Ahmed ElShreif 2019-06-23 23:45:50 +02:00 committed by Markus Mohrhard
parent c058b2772e
commit 6108f36428
9 changed files with 1 additions and 9 deletions

View file

@ -69,4 +69,3 @@ one_cell:
;
//=================================================================//

View file

@ -69,4 +69,3 @@ Clear:
increase_or_ecrease:
'Increase' | 'Decrease'
;

View file

@ -11,4 +11,3 @@ OpenDialog:
CloseDialog:
'Close Dialog'
;

View file

@ -6,5 +6,5 @@ ui_dsl_mm = metamodel_from_file('ui_logger_dsl_grammar.tx')
actions = ui_dsl_mm.model_from_file('example.ul')
for statement in actions.commands:
print(statement)
print(statement)

View file

@ -20,4 +20,3 @@ GOTO page number 1
Open QuerySaveDialog
Click on "ok" from QuerySaveDialog
Close Dialog

View file

@ -9,4 +9,3 @@ Program:
"writer"|"calc"|"impress"|"draw"|"math"|"database"
;

View file

@ -7,4 +7,3 @@ char:
KeyCode:
'{' '"KEYCODE":' input_key_code=STRING '}'
;

View file

@ -18,4 +18,3 @@ Command:
Comment:
/\/\/.*$/
;

View file

@ -7,4 +7,3 @@ parameter:
data:
key=STRING ':' value=ID ','
;