bca91c8ef3
It turns out that Tutorial=0 means "auto" and -1 means "off". With auto tutorials, the hphpd.hdf file got updated and test behavior got flaky. Even worse, the non ASCII characters in the tutorial output broke the test runner in a way that made it look like tests passed when you put up a differential, only to fail in contbuild.
67 linhas
1.1 KiB
Plaintext
67 linhas
1.1 KiB
Plaintext
UTF8 = 1
|
|
Color = 0
|
|
Color {
|
|
SupportedNames {
|
|
1 = black
|
|
2 = red
|
|
3 = green
|
|
4 = brown
|
|
5 = blue
|
|
6 = magenta
|
|
7 = cyan
|
|
8 = gray
|
|
9 = dark_gray
|
|
10 = light_red
|
|
11 = light_green
|
|
12 = yellow
|
|
13 = light_blue
|
|
14 = light_magenta
|
|
15 = light_cyan
|
|
16 = white
|
|
}
|
|
Palette {
|
|
emacs {
|
|
Keyword = CYAN
|
|
Comment = RED
|
|
String = GREEN
|
|
Variable = BROWN
|
|
Html = GRAY
|
|
Tag = MAGENTA
|
|
Declaration = BLUE
|
|
Constant = MAGENTA
|
|
LineNo = GRAY
|
|
}
|
|
vim {
|
|
Keyword = MAGENTA
|
|
Comment = BLUE
|
|
String = RED
|
|
Variable = CYAN
|
|
Html = GRAY
|
|
Tag = MAGENTA
|
|
Declaration = WHITE
|
|
Constant = WHITE
|
|
LineNo = GRAY
|
|
}
|
|
}
|
|
Help = BROWN
|
|
Info = GREEN
|
|
Output = CYAN
|
|
Error = RED
|
|
ItemName = GRAY
|
|
HighlightForeground = RED
|
|
HighlightBackground = GRAY
|
|
Code {
|
|
Keyword = CYAN
|
|
Comment = RED
|
|
String = GREEN
|
|
Variable = BROWN
|
|
Html = GRAY
|
|
Tag = MAGENTA
|
|
Declaration = BLUE
|
|
Constant = MAGENTA
|
|
LineNo = GRAY
|
|
}
|
|
}
|
|
Tutorial = -1
|
|
MaxCodeLines = -1
|