require "spec_helper" RSpec.describe IsoDoc do it "processes English" do input = <<~INPUT en Foreword

This is a preamble

Introduction Introduction Subsection

This is patent boilerplate

Scope

Text

Terms, definitions, symbols and abbreviated terms Normal Terms Term2
Symbol
Definition
Symbol
Definition
Clause 4 Introduction Clause 4.2
Annex Annex A.1 Annex A.1a An Appendix Normative References Bibliography Bibliography Subsection
INPUT presxml = <<~OUTPUT en Foreword

This is a preamble

0<tab/>Introduction 0.1<tab/>Introduction Subsection

This is patent boilerplate

1<tab/>Scope

Text

3<tab/>Terms, definitions, symbols and abbreviated terms 3.1<tab/>Normal Terms 3.1.1 Term2 3.2
Symbol
Definition
4
Symbol
Definition
5<tab/>Clause 4 5.1<tab/>Introduction 5.2<tab/>Clause 4.2
<strong>Annex A</strong> <br/>(normative) <br/> <br/> <strong>Annex</strong> A.1<tab/>Annex A.1 A.1.1<tab/>Annex A.1a Appendix 1<tab/>An Appendix 2<tab/>Normative References Bibliography Bibliography Subsection
OUTPUT html = <<~OUTPUT #{HTML_HDR}

Foreword

This is a preamble


0  Introduction

0.1  Introduction Subsection

This is patent boilerplate

1  Scope

Text

2  Normative References

3  Terms, definitions, symbols and abbreviated terms

3.1  Normal Terms

3.1.1

Term2

3.2 

Symbol

Definition

4

Symbol

Definition

5  Clause 4

5.1  Introduction

5.2  Clause 4.2


Annex A
(normative)

Annex

A.1  Annex A.1

A.1.1  Annex A.1a

Appendix 1  An Appendix


Bibliography

Bibliography Subsection

OUTPUT expect(xmlpp(IsoDoc::Iso::PresentationXMLConvert.new({}).convert("test", input, true)) .sub(%r{.*}m, "")).to be_equivalent_to xmlpp(presxml) expect(xmlpp(IsoDoc::Iso::HtmlConvert.new({}).convert("test", presxml, true))).to be_equivalent_to xmlpp(html) end it "defaults to English" do output = IsoDoc::Iso::PresentationXMLConvert.new({}).convert("test", <<~"INPUT", true) tlh Foreword

This is a preamble

Introduction Introduction Subsection

This is patent boilerplate

Scope

Text

Terms, definitions, symbols and abbreviated terms Normal Terms Term2
Symbol
Definition
Symbol
Definition
Clause 4 Introduction Clause 4.2
Annex Annex A.1 Annex A.1a An Appendix Normative References Bibliography Bibliography Subsection
INPUT expect(xmlpp(output).sub(%r{.*}m, "")) .to be_equivalent_to xmlpp(<<~"OUTPUT") tlh Foreword

This is a preamble

0 <tab/> Introduction 0.1<tab/>Introduction Subsection

This is patent boilerplate

1<tab/>Scope

Text

3<tab/>Terms, definitions, symbols and abbreviated terms 3.1<tab/>Normal Terms 3.1.1 Term2 3.2
Symbol
Definition
4
Symbol
Definition
5<tab/>Clause 4 5.1<tab/>Introduction 5.2<tab/>Clause 4.2
<strong>Annex A</strong> <br/>(normative) <br/> <br/> <strong>Annex</strong> A.1<tab/>Annex A.1 A.1.1<tab/>Annex A.1a Appendix 1<tab/>An Appendix 2<tab/>Normative References Bibliography Bibliography Subsection
OUTPUT end it "processes French" do input = <<~INPUT fr Foreword

This is a preamble

Introduction Introduction Subsection

This is patent boilerplate

Scope

Text

Terms, definitions, symbols and abbreviated terms Normal Terms Term2
Symbol
Definition
Symbol
Definition
Clause 4 Introduction Clause 4.2
Annex Annex A.1 Annex A.1a An Appendix Normative References Bibliography Bibliography Subsection
INPUT presxml = <<~OUTPUT fr Foreword

This is a preamble

0<tab/>Introduction 0.1<tab/>Introduction Subsection

This is patent boilerplate

1<tab/>Scope

Text

3<tab/>Terms, definitions, symbols and abbreviated terms 3.1<tab/>Normal Terms 3.1.1 Term2 3.2
Symbol
Definition
4
Symbol
Definition
5<tab/>Clause 4 5.1<tab/>Introduction 5.2<tab/>Clause 4.2
<strong>Annexe A</strong> <br/>(normative) <br/> <br/> <strong>Annex</strong> A.1<tab/>Annex A.1 A.1.1<tab/>Annex A.1a Appendice 1<tab/>An Appendix 2<tab/>Normative References Bibliography Bibliography Subsection
OUTPUT html = <<~OUTPUT #{HTML_HDR.gsub(/"en"/, '"fr"')}

Foreword

This is a preamble


0  Introduction

0.1  Introduction Subsection

This is patent boilerplate

1  Scope

Text

2  Normative References

3  Terms, definitions, symbols and abbreviated terms

3.1  Normal Terms

3.1.1

Term2

3.2 

Symbol

Definition

4

Symbol

Definition

5  Clause 4

5.1  Introduction

5.2  Clause 4.2


Annexe A
(normative)

Annex

A.1  Annex A.1

A.1.1  Annex A.1a

Appendice 1  An Appendix


Bibliography

Bibliography Subsection

OUTPUT expect(xmlpp(IsoDoc::Iso::PresentationXMLConvert.new({}).convert("test", input, true)) .sub(%r{.*}m, "")).to be_equivalent_to xmlpp(presxml) expect(xmlpp(IsoDoc::Iso::HtmlConvert.new({}).convert("test", presxml, true))).to be_equivalent_to xmlpp(html) end it "processes Simplified Chinese" do input = <<~INPUT zh Foreword

This is a preamble

Introduction Introduction Subsection

This is patent boilerplate

Scope

1 1

Terms, definitions, symbols and abbreviated terms Normal Terms Term2
Symbol
Definition
Symbol
Definition
Clause 4 Introduction Clause 4.2
Annex Annex A.1 Annex A.1a An Appendix Normative References Cereals and cereal products ISO 712 ISO Bibliography Bibliography Subsection
INPUT presxml = <<~OUTPUT zh Foreword

This is a preamble

0 <tab/> Introduction 0.1 <tab/> Introduction Subsection

This is patent boilerplate

1 <tab/> Scope

11ISO 712、第1–1表

3 <tab/> Terms, definitions, symbols and abbreviated terms 3.1 <tab/> Normal Terms 3.1.1 Term2 3.2
Symbol
Definition
4
Symbol
Definition
5 <tab/> Clause 4 5.1 <tab/> Introduction 5.2 <tab/> Clause 4.2
<strong>附件A</strong> <br/>(规范性附录) <br/> <br/> <strong>Annex</strong> A.1 <tab/> Annex A.1 A.1.1 <tab/> Annex A.1a 附录1 <tab/> An Appendix 2 <tab/> Normative References Cereals and cereal products ISO 712 ISO Bibliography Bibliography Subsection
OUTPUT html = <<~OUTPUT #{HTML_HDR.gsub(/"en"/, '"zh"')}

Foreword

This is a preamble


0   Introduction

0.1   Introduction Subsection

This is patent boilerplate

1   Scope

ISO 712、第1–1表

2   Normative References

ISO 712, Cereals and cereal products

3   Terms, definitions, symbols and abbreviated terms

3.1   Normal Terms

3.1.1

Term2

3.2 

Symbol

Definition

4

Symbol

Definition

5   Clause 4

5.1   Introduction

5.2   Clause 4.2


附件A
(规范性附录)

Annex

A.1   Annex A.1

A.1.1   Annex A.1a

附录1   An Appendix


Bibliography

Bibliography Subsection

OUTPUT expect(xmlpp(IsoDoc::Iso::PresentationXMLConvert.new({}).convert("test", input, true)) .sub(%r{.*}m, "")).to be_equivalent_to xmlpp(presxml) expect(xmlpp(IsoDoc::Iso::HtmlConvert.new({}).convert("test", presxml, true))).to be_equivalent_to xmlpp(html) end end