Skip to content

Commit

Permalink
Merge pull request #19139 from dcamper/hpcc-32701-regex-find-test-keys
Browse files Browse the repository at this point in the history
HPCC-32701 Fix regression test for fixed-length REGEXFIND results

Reviewed-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
  • Loading branch information
ghalliday authored Sep 24, 2024
2 parents 7513f82 + dd48179 commit 318d964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing/regress/ecl/key/regex_find_fixed.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Dataset name='first_word_0'>
<Row><unbounded_s>Colorless</unbounded_s><bounded_s>Colorless </bounded_s><unbounded_u>Colorless</unbounded_u><bounded_u>Colorless </bounded_u></Row>
<Row><bounded_s>Colorless </bounded_s><bounded_u>Colorless </bounded_u></Row>
</Dataset>
<Dataset name='two_words_1'>
<Row><unbounded_s>Colorless</unbounded_s><bounded_s>Colorless </bounded_s><unbounded_u>Colorless</unbounded_u><bounded_u>Colorless </bounded_u></Row>
<Row><bounded_s>Colorless </bounded_s><bounded_u>Colorless </bounded_u></Row>
</Dataset>
<Dataset name='two_words_2'>
<Row><unbounded_s>green</unbounded_s><bounded_s>green </bounded_s><unbounded_u>green</unbounded_u><bounded_u>green </bounded_u></Row>
<Row><bounded_s>green </bounded_s><bounded_u>green </bounded_u></Row>
</Dataset>
<Dataset name='two_words_3'>
<Row><unbounded_s></unbounded_s><bounded_s> </bounded_s><unbounded_u></unbounded_u><bounded_u> </bounded_u></Row>
<Row><bounded_s> </bounded_s><bounded_u> </bounded_u></Row>
</Dataset>

0 comments on commit 318d964

Please sign in to comment.