From 287adbce9a6e5d045a1d6873ac312370630a922d Mon Sep 17 00:00:00 2001 From: Ahmed ElShreif Date: Thu, 2 Jul 2020 07:11:26 +0200 Subject: 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 --- uitest/ui_logger_dsl/UI_Object_commands.tx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest') 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 -- cgit