diff options
author | EL-SHREIF <ahmedtota29@gmail.com> | 2020-05-10 12:17:03 +0200 |
---|---|---|
committer | Ahmed ElShreif <aelshreif7@gmail.com> | 2020-05-11 00:11:20 +0200 |
commit | ce0933c0d8cc0d51774d0168a8be4e9bb3153463 (patch) | |
tree | a5ed8e05ccfa3f9d96e9dbe51bdf7a93e7ff844f /uitest | |
parent | 42a949bdcfb87f45197f0d692b64e74f70f2c2e1 (diff) |
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@gmail.com>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/ui_logger_dsl/uno_commands.tx | 5 |
1 files changed, 4 insertions, 1 deletions
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 |