diff options
author | Ahmed ElShreif <aelshreif7@gmail.com> | 2020-07-02 07:11:26 +0200 |
---|---|---|
committer | Ahmed ElShreif <aelshreif7@gmail.com> | 2020-07-03 11:46:38 +0200 |
commit | 287adbce9a6e5d045a1d6873ac312370630a922d (patch) | |
tree | 4b6f5f017da749dc6d395bfbd597fde3177b4790 /uitest | |
parent | 1c7d792ae27d2a899244d30a9c3cd3c04b5755ae (diff) |
uitest: Fix small issue in UI Logger DSL grammar "EditUIObject"
Change-Id: I5ce8f14f4075e6d2f79b3c20ce1686b644f87d27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97691
Tested-by: Jenkins
Reviewed-by: Ahmed ElShreif <aelshreif7@gmail.com>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/ui_logger_dsl/UI_Object_commands.tx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/ui_logger_dsl/UI_Object_commands.tx b/uitest/ui_logger_dsl/UI_Object_commands.tx index 0f766d87a4dc..2d3724f2d11e 100644 --- a/uitest/ui_logger_dsl/UI_Object_commands.tx +++ b/uitest/ui_logger_dsl/UI_Object_commands.tx @@ -52,7 +52,7 @@ Type_action: ; SELECT: 'Select in ' edit_button=STRING - '{"FROM": "' from_pos=INT '" , "TO" : "'to_pos=INT '"}' + '{' + '"FROM"' + ':' + '"' from_pos=INT '"' + ',' + '"TO"' + ':' + '"' to_pos=INT '"'+'}' ; Clear: 'Clear' edit_button=STRING |