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

New commits:
commit ce0933c0d8cc0d51774d0168a8be4e9bb3153463
Author:     EL-SHREIF <ahmedtot...@gmail.com>
AuthorDate: Sun May 10 12:17:03 2020 +0200
Commit:     Ahmed ElShreif <aelshre...@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 <aelshre...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to