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

fix case with comment #88

Merged
merged 3 commits into from
Jun 9, 2023
Merged

fix case with comment #88

merged 3 commits into from
Jun 9, 2023

Conversation

badetitou
Copy link
Member

Comments in static initializer raises error

    static {
        try {
            // Url comment
            final Object url = new Object();
        } catch (final Exception ex) {
            // Fichier non trouvé ou incorrect. Il est facultatif donc pas de message.
        }
    }

This PR deals with the above error and allow one to parse a full file

@badetitou
Copy link
Member Author

It also adds a test ;-), and fix the test in window environment

@badetitou badetitou merged commit 54459b1 into moosetechnology:v3 Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant