diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-28 23:18:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-28 23:18:43 (GMT) |
commit | ad0f9f59c9bec8c7974bb8155e4e4871f6492bb9 (patch) | |
tree | 732a6adccbb954e76ebe49ad5a9813b5926b8a7f /tests/regression/dumptest/highlight-and-background-modifier-expected.txt | |
parent | 18c44b2deeeb2ce867b464a913c8a33c2268e22a (diff) |
bugfix: Using the % modifier caused the cache to return an empty object even after removing the %
Diffstat (limited to 'tests/regression/dumptest/highlight-and-background-modifier-expected.txt')
-rw-r--r-- | tests/regression/dumptest/highlight-and-background-modifier-expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression/dumptest/highlight-and-background-modifier-expected.txt b/tests/regression/dumptest/highlight-and-background-modifier-expected.txt index 16f7b2a..8f13dcd 100644 --- a/tests/regression/dumptest/highlight-and-background-modifier-expected.txt +++ b/tests/regression/dumptest/highlight-and-background-modifier-expected.txt @@ -1,11 +1,11 @@ difference() { sphere($fn = 0, $fa = 12, $fs = 1, r = 10); - cylinder($fn = 0, $fa = 12, $fs = 1, h = 30, r1 = 6, r2 = 6, center = true); + %cylinder($fn = 0, $fa = 12, $fs = 1, h = 30, r1 = 6, r2 = 6, center = true); } multmatrix([[1, 0, 0, 13], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { difference() { sphere($fn = 0, $fa = 12, $fs = 1, r = 10); - cylinder($fn = 0, $fa = 12, $fs = 1, h = 30, r1 = 6, r2 = 6, center = true); + %cylinder($fn = 0, $fa = 12, $fs = 1, h = 30, r1 = 6, r2 = 6, center = true); } } |