Fixed delinquent test cases to catch up with output change

This commit is contained in:
Graham Nelson 2022-04-24 12:19:01 +01:00
parent f77f721361
commit 839ac15b14
8 changed files with 5 additions and 11 deletions

View file

@ -14,9 +14,9 @@ where it manages a 300,000-line code base.
Literate programming is a methodology created by Donald Knuth in the late Literate programming is a methodology created by Donald Knuth in the late
1970s. A literate program, or "web", is written as a narrative intended to 1970s. A literate program, or "web", is written as a narrative intended to
be readable by humans as well as by other programs. Inweb is itself written as be readable by humans as well as by other programs. Inweb is itself written as
a web, and its human-readable form is a [companion website to this one](blob/master/docs/index.html). a web, and its human-readable form is a [companion website to this one](docs/index.html).
For the Inweb manual, see [★ inweb/Preliminaries](blob/master/docs/inweb/M-iti). For the Inweb manual, see [★ inweb/Preliminaries](docs/inweb/M-iti).
__Disclaimer__. Because this is a private repository (until the next public __Disclaimer__. Because this is a private repository (until the next public
release of Inform, when it will open), its GitHub pages server cannot be release of Inform, when it will open), its GitHub pages server cannot be
@ -118,10 +118,10 @@ programs, such as the [Intest testing tool](https://github.com/ganelson/intest)
and the [Inform compiler and related tools](https://github.com/ganelson/inform). and the [Inform compiler and related tools](https://github.com/ganelson/inform).
This library is called "Foundation", and has its own web This library is called "Foundation", and has its own web
here: [★ foundation-module](blob/master/docs/foundation-module/index.html). here: [★ foundation-module](docs/foundation-module/index.html).
A small executable for running unit tests against Foundation is also included: A small executable for running unit tests against Foundation is also included:
[★ foundation-test](blob/master/docs/foundation-test/index.html). [★ foundation-test](docs/foundation-test/index.html).
## Testing Inweb ## Testing Inweb

View file

@ -1,4 +1,3 @@
web "hellow": 1 section : 3 paragraphs : 38 lines
Scan of source lines for '0' Scan of source lines for '0'
0000001 SECTION_HEADING..... Main. 0000001 SECTION_HEADING..... Main.
0000002 COMMENT_BODY........ 0000002 COMMENT_BODY........

View file

@ -1,4 +1,3 @@
web "test": 1 section : 1 paragraph : 12 lines
Scan of source lines for '0' Scan of source lines for '0'
0000001 SECTION_HEADING..... Main. 0000001 SECTION_HEADING..... Main.
0000002 COMMENT_BODY........ 0000002 COMMENT_BODY........

View file

@ -1,4 +1,3 @@
web "hellow": 1 section : 1 paragraph : 12 lines
Scan of source lines for '0' Scan of source lines for '0'
0000001 SECTION_HEADING..... Main. 0000001 SECTION_HEADING..... Main.
0000002 COMMENT_BODY........ 0000002 COMMENT_BODY........

View file

@ -1,4 +1,3 @@
web "perl": 1 section : 3 paragraphs : 21 lines
Scan of source lines for '0' Scan of source lines for '0'
0000001 SECTION_HEADING..... Main. 0000001 SECTION_HEADING..... Main.
0000002 COMMENT_BODY........ 0000002 COMMENT_BODY........

View file

@ -1,4 +1,3 @@
web "plain": 1 section : 3 paragraphs : 25 lines
Scan of source lines for '0' Scan of source lines for '0'
0000001 SECTION_HEADING..... Main. 0000001 SECTION_HEADING..... Main.
0000002 COMMENT_BODY........ 0000002 COMMENT_BODY........

View file

@ -1,4 +1,3 @@
web "The Twin Primes Conjecture": 1 section : 3 paragraphs : 55 lines
Scan of source lines for '0' Scan of source lines for '0'
0000001 SECTION_HEADING..... Main. 0000001 SECTION_HEADING..... Main.
0000002 COMMENT_BODY........ 0000002 COMMENT_BODY........

View file

@ -11,7 +11,7 @@ programs than CWEB, and since 2004 has been the tool used by the
[Inform programming language project](https://github.com/ganelson/inform), [Inform programming language project](https://github.com/ganelson/inform),
where it manages a 300,000-line code base. where it manages a 300,000-line code base.
{set name: GITHUBPAGESLINK value: blob/master/docs} {set name: GITHUBPAGESLINK value: docs}
{set name: WEBICON value: ★} {set name: WEBICON value: ★}
{set name: DOCICON value: ▶} {set name: DOCICON value: ▶}