File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ PERL=perl
3
3
PERLFLAGS =
4
4
FMT =fmt
5
5
FMTFLAGS =-80
6
+ EXPAND =expand
7
+ EXPANDFLAGS =
6
8
7
9
all : README.md
8
10
@@ -12,4 +14,5 @@ README.md: index.html
12
14
| $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\s+\n)+/\n\n/g' \
13
15
| $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/(\n\n\n)+/\n/g' \
14
16
| $(FMT ) $(FMTFLAGS ) \
15
- | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/ +(\[[0-9]+\]:)\n +/\n $$1 /g' > $@
17
+ | $(PERL ) $(PERLFLAGS ) -pe ' undef $$/; s/ +(\[[0-9]+\]:)\n +/\n $$1 /g' \
18
+ | $(EXPAND ) $(EXPANDFLAGS ) > $@
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ You can use the `vnu.jar` validator as an executable for command-line validation
15
15
of HTML documents by invoking it like this:
16
16
17
17
java -jar vnu.jar [--html] [--entities] [--schema URL]
18
- [--format gnu|xml|json|text] [--verbose] [--version] FILES
18
+ [--format gnu|xml|json|text] [--verbose] [--version] FILES
19
19
20
20
To validate one or more documents from the command line:
21
21
@@ -117,7 +117,7 @@ error-level ones by setting the value of the `nu.validator.client.level` system
117
117
property to ` error ` , like this:
118
118
119
119
java -Dnu.validator.client.level=error\
120
- -cp vnu.jar nu.validator.client.HttpClient FILE.html...
120
+ -cp vnu.jar nu.validator.client.HttpClient FILE.html...
121
121
122
122
Most of the properties listed below map to the validator.nu common input
123
123
parameters documented at
You can’t perform that action at this time.
0 commit comments