uitest/ui_logger_dsl/UI_Object_commands.tx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 287adbce9a6e5d045a1d6873ac312370630a922d
Author:     Ahmed ElShreif <[email protected]>
AuthorDate: Thu Jul 2 07:11:26 2020 +0200
Commit:     Ahmed ElShreif <[email protected]>
CommitDate: Fri Jul 3 11:46:38 2020 +0200

    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 <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to