bruns created this revision.
bruns added reviewers: Baloo, michaelh.
Restricted Application added projects: Frameworks, Baloo.
Restricted Application added a subscriber: Frameworks.
bruns requested review of this revision.

REVISION SUMMARY
  '(' was used for both delimiting Terms and list of Subterms. Use '[' for
  lists instead.
  Old:
  ( AND ( : a (QString)) ( AND ( OR ( : b (QString)) ( : c (QString)) ) ( : d 
(QString)) ) )
  New:
  [ AND ( : a (QString)) [ AND [ OR ( : b (QString)) ( : c (QString)) ] ( : d 
(QString)) ] ]

TEST PLAN
  `ctest -V`

REPOSITORY
  R293 Baloo

BRANCH
  b#392620_unittest

REVISION DETAIL
  https://phabricator.kde.org/D12006

AFFECTED FILES
  src/lib/term.cpp

To: bruns, #baloo, michaelh
Cc: #frameworks, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, 
alexeymin

Reply via email to