ACATS 3.0 User's Guide
5.1.3.3 B25002B
This test checks that the five ASCII format effector
characters cannot be used in character literals. There are two groups
of code containing the illegal characters; in each group, the characters
appear in the order given below:
Common Name | Ada Name | Decimal
Value | Hex Value
|
---|
Horizontal tab | ASCII.HT | 9 | 09
|
Vertical tab | ASCII.VT | 11 | 0B
|
Carriage return | ASCII.CR | 13 | 0D
|
Line feed | ASCII.LF | 10 | 0A
|
Form feed | ASCII.FF | 12 | 0C
|