uitest: update the DSL grammar
Change-Id: I15fe20f1c5e8339f6d5a857b0d0bbfa30b09b44a
This commit is contained in:
parent
c058b2772e
commit
6108f36428
9 changed files with 1 additions and 9 deletions
|
@ -69,4 +69,3 @@ one_cell:
|
|||
;
|
||||
//=================================================================//
|
||||
|
||||
|
||||
|
|
|
@ -69,4 +69,3 @@ Clear:
|
|||
increase_or_ecrease:
|
||||
'Increase' | 'Decrease'
|
||||
;
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@ OpenDialog:
|
|||
CloseDialog:
|
||||
'Close Dialog'
|
||||
;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -20,4 +20,3 @@ GOTO page number 1
|
|||
Open QuerySaveDialog
|
||||
Click on "ok" from QuerySaveDialog
|
||||
Close Dialog
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@ Program:
|
|||
"writer"|"calc"|"impress"|"draw"|"math"|"database"
|
||||
;
|
||||
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ char:
|
|||
KeyCode:
|
||||
'{' '"KEYCODE":' input_key_code=STRING '}'
|
||||
;
|
||||
|
||||
|
|
|
@ -18,4 +18,3 @@ Command:
|
|||
Comment:
|
||||
/\/\/.*$/
|
||||
;
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ parameter:
|
|||
data:
|
||||
key=STRING ':' value=ID ','
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue