From 7790122647cfdd03a0760e6c6557e74118ccbbdb Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 18 Nov 2013 19:56:24 +0100 Subject: [PATCH] fix test --- test/new-unit/write-ctrl-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new-unit/write-ctrl-test.js b/test/new-unit/write-ctrl-test.js index 1792570..da213a0 100644 --- a/test/new-unit/write-ctrl-test.js +++ b/test/new-unit/write-ctrl-test.js @@ -126,7 +126,7 @@ define(function(require) { scope.state.writer.write(re); - expect(scope.body).to.contain('
markupmoreMarkup'); + expect(scope.body).to.contain('
> markupmoreMarkup'); scope.verifyTo.restore(); });