File tree 1 file changed +8
-17
lines changed
1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 404
404
<term >&u.opt; </term >
405
405
406
406
<listitem >
407
- <para >Allow ambiguities.
408
- This means patterns with different ids may match the same text.
409
- The default is to error for conflicts.</para >
407
+ <para >Allow ambiguities between patterns.
408
+ This means patterns with different ids may match the same text.</para >
410
409
411
- <para >It's possible to have multiple patterns with the same id
412
- (i.e. by being in the same file when using multi-file mode),
413
- and these are not considered a conflict because they key
414
- to the same id.</para >
415
- </listitem >
416
- </varlistentry >
417
-
418
- <varlistentry >
419
- <term >&u.opt; </term >
420
-
421
- <listitem >
422
- <para >Allow ambiguities between regexps,
423
- such that multiple regexps may match the same text.
424
- The default is to error for ambiguities,
410
+ <para >The default is to error for ambiguities,
425
411
requiring all regexps unioned to be non-overlapping.
426
412
Formally, the requirement is that they are disjoint languages.
427
413
Erroring for ambiguities applies after multiple regexps are joined,
428
414
either by union or by concatenation (&s.opt; ).</para >
429
415
416
+ <para >It's possible to have multiple patterns with the same id
417
+ (i.e. by being in the same file when using multi-file mode),
418
+ and these are not considered a conflict because they key
419
+ to the same id.</para >
420
+
430
421
<para >&u.opt; is implied by &n.opt; .</para >
431
422
</listitem >
432
423
</varlistentry >
You can’t perform that action at this time.
0 commit comments