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

修复注释解析问题 #316

Merged
merged 1 commit into from
Mar 31, 2024
Merged

修复注释解析问题 #316

merged 1 commit into from
Mar 31, 2024

Conversation

DQinYuan
Copy link
Collaborator

    @Test
    public void invalidNumInCommitTest() throws Exception {
        ExpressRunner runner = new ExpressRunner(true, false);
        DefaultContext<String, Object> context = new DefaultContext<>();
        // 定义表达式
        String express = "/** 2倍 **/ 1+1";
        Object result = runner.execute(express, context, null, true, true);
        Assert.assertEquals(2, result);
    }

#311

@DQinYuan DQinYuan changed the title fix comment with invalid number 修复注释解析问题 Mar 11, 2024
@DQinYuan DQinYuan merged commit 8363eb4 into master Mar 31, 2024
1 check passed
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