diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-07-08 10:35:36 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-07-08 10:35:36 -0500 |
commit | 7dac440cfbbea898ebd3963d24356119e7247ddb (patch) | |
tree | 7fa8f2aabed81e4dc5a3e80ac6abb0092feb3b2f /src/test/resources | |
parent | b80d16bfd2dca34733e5cb37283df93d10805512 (diff) |
Specified the search rule in tests affected by it
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/test-settings.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/test-settings.txt b/src/test/resources/test-settings.txt index a0f494a..23c1f25 100644 --- a/src/test/resources/test-settings.txt +++ b/src/test/resources/test-settings.txt @@ -2,3 +2,4 @@ number_display_rule=Round to 11 significant figures prefix_rule=COMPLEX_REPETITION one_way=true include_duplicates=true +search_prefix_rule=Apply the following prefixes: [kilo (× 1000.0), milli (× 0.001)] |