Skip to content

Commit

Permalink
Added case to string interpolation test cases. Closes #20.
Browse files Browse the repository at this point in the history
  • Loading branch information
meri committed Dec 12, 2012
1 parent b516a55 commit 7529561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -29,6 +29,7 @@
sum: "15";
named: "#008000";
color: "#114488";
units: "10%";
}
#useUnderdefinedMixin {
text: 'Hi DoNotForget :-)';
Expand Down
Expand Up @@ -49,6 +49,8 @@
named: "@{namedColor}";
@color: #114488;
color: "@{color}";
@units: 10%;
units: "@{units}";
}

.underdefinedMixin() {
Expand Down

0 comments on commit 7529561

Please sign in to comment.