소스 검색

remove extra semicolon

tags/0.2.3
Jan Lehnardt 16 년 전
부모
커밋
2c8857e84a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/mustache_spec.rb

+ 1
- 1
test/mustache_spec.rb 파일 보기

@@ -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);


불러오는 중...
취소
저장