Parcourir la source

remove extra semicolon

tags/0.2.3
Jan Lehnardt il y a 16 ans
Parent
révision
2c8857e84a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      test/mustache_spec.rb

+ 1
- 1
test/mustache_spec.rb Voir le fichier

@@ -97,7 +97,7 @@ describe "mustache" do
runner = <<-JS
try {
#{@mustache}
#{view};
#{view}
var template = #{template};
var partials = {"partial": #{partial}};
var result = Mustache.to_html(template, partial_context, partials);


Chargement…
Annuler
Enregistrer