Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "test/input/pipeline"

Provide the input data.

Index

Variables

Const animals

animals: string = `DogCatSnake`

List of animals with empty lines for number-nonblank test.

Const carriageReturnCharacter

carriageReturnCharacter: string = " "

Carriage return.

Const del

del: string = "^?"

Delete.

Const emptyString

emptyString: string = ""

Literal empty string.

Const extendedHigher

extendedHigher: string = "ª«¬"

Characters between 160 and 255; but tested manually from 170 to 172.

Const food

food: string = `BeefSugar caneBeans`

List of food.

Const fruitList

fruitList: string = `AppleOrange`

List to test processEnds function.

Const fruitTable

fruitTable: string = `Name Weight ColorOrange 200 OrangeApple 250 Red`

TSV string to test processTabs function.

Const insects

insects: string = `GrasshoperPraying Mantis`

Insects separeted by several blank lines for squeeze-blank test.

Const letters

letters: string = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

All of the letters, lower case and upper case.

Const lineFeedCharacter

lineFeedCharacter: string = ""

Line feed character.

Const numbers

numbers: string = "0123456789"

Numbers.

Const space

space: string = " "

Literal space.

Const specialCharacters

specialCharacters: string = "!"#$%&'()*+,-./:;>=<?@[\]^_`{|}~"

Special characters from 33 to 126.

Const tabCharacter

tabCharacter: string = " "

Tab.

Const unicodeCharacter

unicodeCharacter: string = "ハローワールド"

It is a string that means Hello, World! in Japanese.

Functions

getExtendedLower

  • getExtendedLower(): string

Generated using TypeDoc