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

SFAz3 models seem to have max length 21 characters #6

Open
jsboige opened this issue Dec 7, 2020 · 0 comments
Open

SFAz3 models seem to have max length 21 characters #6

jsboige opened this issue Dec 7, 2020 · 0 comments

Comments

@jsboige
Copy link

jsboige commented Dec 7, 2020

A simple repro: In Automata.Z3.Tests in FiniteAutomataTests.cs#L510, change \d{3} for \d{22} and the test should fail with a valid string truncated for the first 21 chars.

Tests with other longer repetitions yielded the same behavior.

Furthermore, trying to upgrade Z3 NuGet dependency from 4.5 to version 4.8.1, (more recent versions don't seem to like the targeted Framework 4.5), a couple tests won't pass anymore. The one above then fails with an empty model.

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

No branches or pull requests

1 participant