[Libreoffice-commits] core.git: uitest/ui_logger_dsl

Ahmed ElShreif (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 3 09:47:33 UTC 2020


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

New commits:
commit 287adbce9a6e5d045a1d6873ac312370630a922d
Author:     Ahmed ElShreif <aelshreif7 at gmail.com>
AuthorDate: Thu Jul 2 07:11:26 2020 +0200
Commit:     Ahmed ElShreif <aelshreif7 at gmail.com>
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 <aelshreif7 at gmail.com>

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


More information about the Libreoffice-commits mailing list