diff options
Diffstat (limited to 'plugins/sudoers/regress/sudoers/test4.in')
-rw-r--r-- | plugins/sudoers/regress/sudoers/test4.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/sudoers/regress/sudoers/test4.in b/plugins/sudoers/regress/sudoers/test4.in new file mode 100644 index 0000000..b8df454 --- /dev/null +++ b/plugins/sudoers/regress/sudoers/test4.in @@ -0,0 +1,7 @@ +# Test line continuation with anchored matches +User_Alias FOO = foo \ +: BAR = bar + +# This used to pass for sudo < 1.8.1 (though it should not have) +User_Alias FOO = foo \ +User_Alias BAR = bar |