From a5db3f3fc1e632f908011c2d6c4a68ded86e1ed4 Mon Sep 17 00:00:00 2001 From: Herrington Darkholme Date: Fri, 12 May 2017 11:34:52 +0800 Subject: [PATCH 1/5] add failing test case for pug --- test/expects/pug.js | 2 +- test/fixtures/pug.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/test/expects/pug.js b/test/expects/pug.js index 6c2d0fc..768a018 100644 --- a/test/expects/pug.js +++ b/test/expects/pug.js @@ -1,3 +1,3 @@ -var pug = { template: "

foo

",cssModules: {"test":"pug__test"},}; +var pug = { template: "

foo

nothing

",cssModules: {"test":"pug__test"},}; export default pug; diff --git a/test/fixtures/pug.vue b/test/fixtures/pug.vue index a84299e..1763cf9 100644 --- a/test/fixtures/pug.vue +++ b/test/fixtures/pug.vue @@ -1,11 +1,13 @@