]> git.sesse.net Git - xml-template/commitdiff
Fix an error in the attribute test.
authorsgunderson@bigfoot.com <>
Wed, 21 Sep 2011 22:37:23 +0000 (00:37 +0200)
committersgunderson@bigfoot.com <>
Wed, 21 Sep 2011 22:37:23 +0000 (00:37 +0200)
c++0x/attribute.cpp

index 70b2391347836f2a64a0605d3a3811e2b3871eec..6c341bd9019b419d9c9647d9e43203d283b6af20 100644 (file)
@@ -7,7 +7,7 @@ using namespace std;
 int main(int argc, char **argv)
 {
        Substitute master_directive = {
-               make_pair("color", new Replace("blue")),
+               make_pair("color", new Replace("red")),
                make_pair("#things", new Clone {
                        new Substitute {
                                make_pair("li", new Replace("Raindrops on roses")),