Lines Matching full:colour
210 { "", "colour=blue", "colour=blue" },
211 { "colour=blue", "", "colour=blue" },
212 { "colour=red", "colour=blue", "colour=blue" },
213 { "clouds=pink, urn=red", "urn=blue, colour=green",
214 "urn=blue, colour=green, clouds=pink" },
239 && add_property_names("colour", "urn", "clouds", "pot", "day", "night", in test_property_merge()
396 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property()
397 { &fake_prov1, 1, "fast, colour=blue", "b" }, in test_property()
401 { &fake_prov2, 6, "sky.colour=blue, sky=green, old.data", "e" }, in test_property()
411 { &fake_prov1, 1, "fast=no, colour=green", "a" }, in test_property()
412 { &fake_prov1, 1, "colour=blue, fast", "b" }, in test_property()
413 { &fake_prov1, 1, "colour=blue", "b" }, in test_property()
415 { &fake_prov2, 6, "sky.colour=blue", "e" }, in test_property()
427 || !add_property_names("fast", "colour", "sky", "furry", NULL)) in test_property()