Commit 947c723b by Aaron Leung

New test files for basic interpolation.

parent 7db55551
div {
a: hello#{world};
a: hello #{world};
b: 12#{3};
b: type-of(12#{3});
b: #{12 + 111};
b: type-of(#{12 + 111});
}
\ No newline at end of file
div {
a: helloworld;
a: hello world;
b: 123;
b: string;
b: 123;
b: string; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment