aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2012-02-07 22:38:22 +0100
committerMartin Vilcans <martin@librador.com>2012-02-07 22:40:14 +0100
commit4ef66239b98307dffea04481812cdfa126819c07 (patch)
tree0fd843b4241a93e43672930efbd065f15a52ef3a /tests
parentb9d9e51bcf448cfa777012bd3ea0fe1b5ad0c2ed (diff)
downloadscreenplain-4ef66239b98307dffea04481812cdfa126819c07.tar.gz
Scene headings are now h6 in HTML output
Diffstat (limited to 'tests')
-rw-r--r--tests/files/scene-numbers.spmd.html4
-rw-r--r--tests/files/simple.spmd.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/files/scene-numbers.spmd.html b/tests/files/scene-numbers.spmd.html
index 8179c79..4b8d051 100644
--- a/tests/files/scene-numbers.spmd.html
+++ b/tests/files/scene-numbers.spmd.html
@@ -1,4 +1,4 @@
-<h2><span class="scnuml">1</span>INT. SOMEWHERE - DAY<span class="scnumr">1</span></h2>
+<h6><span class="scnuml">1</span>INT. SOMEWHERE - DAY<span class="scnumr">1</span></h6>
<div class="action"><p>Bla bla</p></div>
-<h2><span class="scnuml">2</span>INT. SOMEWHERE ELSE - NIGHT<span class="scnumr">2</span></h2>
+<h6><span class="scnuml">2</span>INT. SOMEWHERE ELSE - NIGHT<span class="scnumr">2</span></h6>
<div class="action"><p>Bla bla</p></div>
diff --git a/tests/files/simple.spmd.html b/tests/files/simple.spmd.html
index 42cc600..abcc55a 100644
--- a/tests/files/simple.spmd.html
+++ b/tests/files/simple.spmd.html
@@ -1,4 +1,4 @@
-<h2>EXT. SOMEWHERE - DAY</h2>
+<h6>EXT. SOMEWHERE - DAY</h6>
<div class="action"><p>GUY and GURL walks down the street.</p></div>
<div class="dialog"><p class="character">GUY</p><p>So what's up?</p></div>
<div class="dialog"><p class="character">GURL</p><p>Nothing much.</p></div>