mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-07-31 02:59:50 +00:00
aliases: Fuzz testing
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
# First some valid cases.
|
||||
a: b
|
||||
c: d@e, f,
|
||||
x: | command
|
||||
|
||||
# The following is invalid, should be ignored.
|
||||
a@dom: x@dom
|
||||
|
||||
# Overrides.
|
||||
o1: a
|
||||
o1: b
|
||||
|
||||
# Finally one to make the file NOT end in \n:
|
||||
y: z
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
|
||||
# Easy aliases.
|
||||
pepe: jose
|
||||
joan: juan
|
||||
|
||||
# UTF-8 aliases.
|
||||
pitanga: ñangapirí
|
||||
añil: azul, índigo
|
||||
|
||||
# Pipe aliases.
|
||||
tubo: | writemailto ../.data/pipe_alias_worked
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
|
||||
fail: | false
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
aliasA: aliasB@srv-B
|
||||
Reference in New Issue
Block a user