Skip to content

Commit 9be121e

Browse files
committed
Merge pull request #1831 from pguyot/w38/enable-forgotten-test-bs_append_extra_words
Enable forgotten test bs_append_extra_words These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 8ce41d5 + 203e9e9 commit 9be121e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ struct Test tests[] = {
402402
TEST_CASE(test_bs_int_unaligned),
403403
TEST_CASE(test_bs_start_match_live),
404404
TEST_CASE(test_bs_utf),
405+
TEST_CASE_EXPECTED(bs_append_extra_words, 1),
405406
TEST_CASE(test_catch),
406407
TEST_CASE(test_gc),
407408
TEST_CASE_EXPECTED(test_raise, 7),

0 commit comments

Comments
 (0)