# Scalar tests
SCALAR 1 = value1
SCALAR 2 = "these, are, all one => value"

# List tests
LIST 1 = value1, value2, value3
LIST 2 = value1, "two, parts", value3, "\"two => parts\""

# Hash tests
HASH 1 = one => 1, two => 2, three => "Three for Me! 3 => 2", \
	four => 4
