You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg: add test cases for ** in file patterns or globs
Right now we follow the Go semantics, where it is interpreted as two
`*` symbols next to each other, thus behaving like a single star symbol
as the second one will never match anything.
The following commit will change this behavior, to be shown in the
changes made to these added test cases.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I521e896c7349f0320bbe5afc63c45b78a7d8a9eb
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1198635
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments