File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -900,12 +900,12 @@ $graph:
900
900
it specifies that the following pattern should be applied to the path
901
901
of the primary file to yield a filename relative to the primary File:
902
902
903
- 1. If string begins with one or more caret `^` characters, for each
903
+ 1. If string ends with `?` character, remove the last `?` and mark
904
+ the resulting secondary file as optional.
905
+ 2. If string begins with one or more caret `^` characters, for each
904
906
caret, remove the last file extension from the path (the last
905
907
period `.` and all following characters). If there are no file
906
908
extensions, the path is unchanged.
907
- 2. If string ends with `?` character, remove the last `?` and mark
908
- the resulting secondary file as optional.
909
909
3. Append the remainder of the string to the end of the file path.
910
910
- name : required
911
911
type : ["null", boolean, string, Expression]
You can’t perform that action at this time.
0 commit comments