D6219: Add tests for multi-line strings and fix them.

Mikhail Ivchenko noreply at phabricator.kde.org
Tue Jun 13 17:06:20 UTC 2017


ematirov created this revision.
ematirov added a project: KDevelop.
Restricted Application added a subscriber: kdevelop-devel.

REVISION SUMMARY
  Add tests for multi-line strings
  Fix multi-line strings behavior
  
        
  
  The "" string may not be multi-line (cannot contain new line char "\n") .
  The `` should be correctly handled in multi-line case (can contain new line char "\n").

TEST PLAN
  Tests pass

REPOSITORY
  R59 KDevelop Go

BRANCH
  fix_multiline_string

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

AFFECTED FILES
  parser/go.g
  parser/test/parsertest.cpp
  parser/test/parsertest.h

To: ematirov, apol, brauch
Cc: kdevelop-devel, geetamc, Pilzschaf, akshaydeo, surgenight, arrowdodger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170613/7ba19652/attachment.html>


More information about the KDevelop-devel mailing list