You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/08/25 08:36:21 UTC

[incubator-netbeans] branch master updated (a86c147 -> 35e17b8)

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

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


    from a86c147  Merge pull request #777 from junichi11/module-review-languages.apacheconf
     add e4e94e3  [NETBEANS-1151] Fix unit test files of php.editor
     new 35e17b8  Merge pull request #751 from junichi11/netbeans-1151

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 php.editor/.gitignore                              |     3 +
 php.editor/build.xml                               |     6 +
 php.editor/external/Mpdf-7.1.5-license.txt         |   348 +
 .../external/TextSearchQuery-1.28-license.txt      |   348 +
 php.editor/external/binaries-list                  |     2 +
 .../actions/testImportData/libs/nette.min.php      | 22475 +++++++++++++++++++
 .../unit/data/testfiles/formatting/html/html01.php |     8 +-
 .../testfiles/formatting/html/html01.php.formatted |     6 +-
 .../unit/data/testfiles/formatting/html/html02.php |     8 +-
 .../testfiles/formatting/html/html02.php.formatted |     6 +-
 .../unit/data/testfiles/formatting/html/html03.php |    10 +-
 .../testfiles/formatting/html/html03.php.formatted |    10 +-
 .../unit/data/testfiles/formatting/html/html04.php |    24 +
 .../testfiles/formatting/html/html04.php.formatted |    24 +
 .../verification/testEmptyStatementHint.php        |   332 +
 .../php/editor/actions/ImportDataCreatorTest.java  |    48 +-
 .../php/editor/indent/PHPFormatterHtmlTest.java    |     8 +-
 .../php/editor/parser/ASTPHP5ParserTest.java       |     8 +-
 .../php/editor/parser/ParserPerformanceTest.java   |    42 +-
 .../modules/php/editor/verification/HintsTest.java |     6 +-
 20 files changed, 23649 insertions(+), 73 deletions(-)
 create mode 100644 php.editor/.gitignore
 create mode 100644 php.editor/external/Mpdf-7.1.5-license.txt
 create mode 100644 php.editor/external/TextSearchQuery-1.28-license.txt
 create mode 100644 php.editor/test/unit/data/testfiles/actions/testImportData/libs/nette.min.php
 create mode 100644 php.editor/test/unit/data/testfiles/formatting/html/html04.php
 create mode 100644 php.editor/test/unit/data/testfiles/formatting/html/html04.php.formatted
 create mode 100644 php.editor/test/unit/data/testfiles/verification/testEmptyStatementHint.php


---------------------------------------------------------------------
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


[incubator-netbeans] 01/01: Merge pull request #751 from junichi11/netbeans-1151

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 35e17b8a184f5b74afa211103dbdd5c4c764f3a2
Merge: a86c147 e4e94e3
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Sat Aug 25 10:36:19 2018 +0200

    Merge pull request #751 from junichi11/netbeans-1151
    
    [NETBEANS-1151] Fix unit test files of php.editor

 php.editor/.gitignore                              |     3 +
 php.editor/build.xml                               |     6 +
 php.editor/external/Mpdf-7.1.5-license.txt         |   348 +
 .../external/TextSearchQuery-1.28-license.txt      |   348 +
 php.editor/external/binaries-list                  |     2 +
 .../actions/testImportData/libs/nette.min.php      | 22475 +++++++++++++++++++
 .../unit/data/testfiles/formatting/html/html01.php |     8 +-
 .../testfiles/formatting/html/html01.php.formatted |     6 +-
 .../unit/data/testfiles/formatting/html/html02.php |     8 +-
 .../testfiles/formatting/html/html02.php.formatted |     6 +-
 .../unit/data/testfiles/formatting/html/html03.php |    10 +-
 .../testfiles/formatting/html/html03.php.formatted |    10 +-
 .../unit/data/testfiles/formatting/html/html04.php |    24 +
 .../testfiles/formatting/html/html04.php.formatted |    24 +
 .../verification/testEmptyStatementHint.php        |   332 +
 .../php/editor/actions/ImportDataCreatorTest.java  |    48 +-
 .../php/editor/indent/PHPFormatterHtmlTest.java    |     8 +-
 .../php/editor/parser/ASTPHP5ParserTest.java       |     8 +-
 .../php/editor/parser/ParserPerformanceTest.java   |    42 +-
 .../modules/php/editor/verification/HintsTest.java |     6 +-
 20 files changed, 23649 insertions(+), 73 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