comparison tests/test-hgignore.t @ 49604:086b0c4f8663 stable

matcher: fix the issue with regex inline-flag in rust oo Same problem same solution.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 16 Nov 2022 16:38:42 +0100
parents 3eda36e9b3d6
children b3480822a251
comparison
equal deleted inserted replaced
49603:3eda36e9b3d6 49604:086b0c4f8663
88 88
89 $ echo 're:(?i)\.O$' > .hgignore 89 $ echo 're:(?i)\.O$' > .hgignore
90 $ echo 're:.HGIGNORE' >> .hgignore 90 $ echo 're:.HGIGNORE' >> .hgignore
91 $ hg status 91 $ hg status
92 A dir/b.o 92 A dir/b.o
93 ? .hgignore (no-rust !) 93 ? .hgignore
94 ? .hgignore (rust missing-correct-output !)
95 ? a.c 94 ? a.c
96 ? syntax 95 ? syntax
97 96
98 $ echo 're:.HGIGNORE' > .hgignore 97 $ echo 're:.HGIGNORE' > .hgignore
99 $ echo 're:(?i)\.O$' >> .hgignore 98 $ echo 're:(?i)\.O$' >> .hgignore