Skip to content

Commit

Permalink
no Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Aug 11, 2018
1 parent 4750b35 commit de0c50e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions test/Mustache_test.jl
@@ -1,6 +1,5 @@
using Mustache
using Compat
using Compat.Test
using Test

tpl = mt"a:{{x}} b:{{{y}}}"

Expand Down
3 changes: 1 addition & 2 deletions test/pm2.jl
@@ -1,6 +1,5 @@
using Mustache
using Compat
using Compat.Test
using Test

tpl = mt"a:{{x}} b:{{{y}}}"

Expand Down
3 changes: 1 addition & 2 deletions test/test_index.jl
@@ -1,6 +1,5 @@
## Experimental syntax for indexing within vectors:
using Compat
using Compat.Test
using Test

## use # to include
tpl = mt"{{#:vec}}{{#.[1]}}{{.}}{{/.[1]}}{{/:vec}}"
Expand Down

0 comments on commit de0c50e

Please sign in to comment.