Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more invalid test cases for parsing entitly declaration #183

Merged
merged 19 commits into from
Jul 24, 2024

Commits on Jul 23, 2024

  1. Add more invalid test cases for parsing entitly declaration

    This patch will add the test cases to verify that it raises an exception properly when parsing malformed entity declaration.
    Fix test class names
    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8881bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b23ae View commit details
    Browse the repository at this point in the history
  3. Fix comment position

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b01f4c4 View commit details
    Browse the repository at this point in the history
  4. Remove useless spaces

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7047bd8 View commit details
    Browse the repository at this point in the history
  5. Fix test name

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    98e0d8f View commit details
    Browse the repository at this point in the history
  6. Fix class name

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    daaf615 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa634ff View commit details
    Browse the repository at this point in the history
  8. Add test for Name

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9ecad7c View commit details
    Browse the repository at this point in the history
  9. Fix nest of test class

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7c1c59d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4782084 View commit details
    Browse the repository at this point in the history
  11. Remove redundant test

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f7d4a08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c211ab5 View commit details
    Browse the repository at this point in the history
  13. Add mixed quote tests

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    635af12 View commit details
    Browse the repository at this point in the history
  14. Add test for spaces

    Watson1978 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    96c1d9c View commit details
    Browse the repository at this point in the history
  15. Fix test name

    Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
    Watson1978 and otegami committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7e95837 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8b42c31 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fix test name

    Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
    Watson1978 and otegami committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8b245cb View commit details
    Browse the repository at this point in the history
  2. Replace " to '

    Watson1978 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    556487b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bada10 View commit details
    Browse the repository at this point in the history