]> git.sesse.net Git - xml-template/blobdiff - c++0x/attribute.cpp
Fix an error in the attribute test.
[xml-template] / 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")),