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

EL-SHREIF (via logerrit) logerrit at kemper.freedesktop.org
Sun May 10 22:11:57 UTC 2020


 uitest/ui_logger_dsl/uno_commands.tx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit ce0933c0d8cc0d51774d0168a8be4e9bb3153463
Author:     EL-SHREIF <ahmedtota29 at gmail.com>
AuthorDate: Sun May 10 12:17:03 2020 +0200
Commit:     Ahmed ElShreif <aelshreif7 at gmail.com>
CommitDate: Mon May 11 00:11:20 2020 +0200

    uitest: Fix small issue in UI Logger DSL grammar
    
    Change-Id: Ia9ffcd1665dad3d3d2827d40bcec345186e53aef
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93927
    Tested-by: Jenkins
    Reviewed-by: Ahmed ElShreif <aelshreif7 at gmail.com>

diff --git a/uitest/ui_logger_dsl/uno_commands.tx b/uitest/ui_logger_dsl/uno_commands.tx
index e17d479af240..15df9ef86f7f 100644
--- a/uitest/ui_logger_dsl/uno_commands.tx
+++ b/uitest/ui_logger_dsl/uno_commands.tx
@@ -12,6 +12,9 @@ parameter:
 ;
 
 data:
-     ','? key=STRING ':' value= INT|ID
+     ','? key=STRING ':' value= value_type
 ;
 
+value_type:
+    INT|ID
+;
\ No newline at end of file


More information about the Libreoffice-commits mailing list