-
Notifications
You must be signed in to change notification settings - Fork 2
Unhide NPV and add test using new find-and-replace option #1093
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
Changes from all commits
ea1d4bc
4809a10
0142bae
4e9b52d
0cfa9b6
4f18bce
ab6162f
d4c279f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,7 @@ define_regression_test!(circularity); | |
|
|
||
| // Patched examples | ||
| define_regression_test_with_patches!(simple_divisible); | ||
| define_regression_test_with_patches!(simple_npv); | ||
|
||
|
|
||
| // ------ END: regression tests ------ | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be useful here to document here how these file patches behave when you chain them together. To me it's not obvious whether you can combine addition and deletion with find and replace in an ordered way or you have to pick one.