stable

Clone or download

Read-only

fix: TQL accept NBSP as whitespace

Part of story #39685 Order artifact according to a field Some users may have troubles with their fingers and type a non-breaking space instead of normal space. TQL syntax should allow it as a whitespace. *Testing:* Type a query with this character ' ' inside, it should work as there is no problem Change-Id: Ic23e4923b1a249ae7f25f3ab5c41d2bf9967fbbd

Modified Files

Name
M plugins/tracker/grammar/src/tql.pegjs +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/Grammar/ParserTest.php +13 −0 Go to diff View file