We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733dbf2 commit 2a7f04cCopy full SHA for 2a7f04c
Formula/lib/libabw.rb
@@ -41,7 +41,7 @@ def install
41
end
42
43
test do
44
- (testpath/"test.abw").write <<~EOS
+ (testpath/"test.abw").write <<~XML
45
<?xml version="1.0" encoding="UTF-8"?>
46
<!DOCTYPE abiword PUBLIC "-//ABISOURCE//DTD AWML 1.0 Strict//EN"
47
"http://www.abisource.com/awml.dtd">
@@ -84,7 +84,7 @@ def install
84
lang:en-US">word</c><c props="lang:en-US"> is bold.</c></p>
85
</section>
86
</abiword>
87
- EOS
+ XML
88
89
(testpath/"test.cpp").write <<~CPP
90
#include <stdio.h>
0 commit comments