You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by tm...@apache.org on 2018/09/03 12:59:06 UTC

[incubator-netbeans] 01/01: Merge pull request #830 from junichi11/fix-php-heredoc-nowdoc-syntaxes

This is an automated email from the ASF dual-hosted git repository.

tmysik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit fc5673ba477c561c7ea4dbd654ad38709973216b
Merge: 4fe72ac 3c6113a
Author: Tomáš Myšík <to...@gmail.com>
AuthorDate: Mon Sep 3 14:59:00 2018 +0200

    Merge pull request #830 from junichi11/fix-php-heredoc-nowdoc-syntaxes
    
    Fix ASTPHP5Scanner (Heredoc & Nowdoc syntaxes)

 .../modules/php/editor/parser/ASTPHP5Scanner.java  | 2887 ++++++++++----------
 .../parser/ASTPHP5ParserTest/parser/heredoc00.pass |   30 +-
 .../parser/ASTPHP5ParserTest/parser/heredoc01.pass |    7 +-
 .../ASTPHP5ParserTest/parser/heredoc_001.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_002.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_003.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_004.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_005.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_006.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_007.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_009.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_010.pass      |   20 +-
 .../ASTPHP5ParserTest/parser/heredoc_011.pass      |   10 +-
 .../ASTPHP5ParserTest/parser/heredoc_012.pass      |   10 +-
 .../ASTPHP5ParserTest/parser/heredoc_013.pass      |   10 +-
 .../ASTPHP5ParserTest/parser/heredoc_015.pass      |   10 +-
 .../parser/ASTPHP5ParserTest/parser/nowDoc.pass    |    8 +-
 .../parser/ASTPHP5ParserTest/parser/nowdoc01.pass  |    8 +-
 .../parser/ASTPHP5ParserTest/parser/nowdoc02.pass  |   10 +-
 .../ASTPHP5ParserTest/parser/nowdoc_001.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_002.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_003.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_004.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_005.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_006.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_007.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_009.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_010.pass       |   16 +-
 .../ASTPHP5ParserTest/parser/nowdoc_011.pass       |    8 +-
 .../ASTPHP5ParserTest/parser/nowdoc_012.pass       |   10 +-
 .../ASTPHP5ParserTest/parser/nowdoc_013.pass       |   10 +-
 .../ASTPHP5ParserTest/parser/nowdoc_014.pass       |   10 +-
 .../ASTPHP5ParserTest/parser/nowdoc_015.pass       |   40 +-
 php/php.editor/tools/ASTPHP5Scanner.flex           |  212 +-
 34 files changed, 1878 insertions(+), 1726 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists