TableAfterValue Class

Test that the \table command can follow a \value command. More...

Header: #include <TableAfterValue>

Public Types

enum Reproduces { Problem }

Detailed Description

Background for this test content

According to QTBUG-115720, whenever a \value is followed by \table, the contents of the two commands end up being merged. This is likely surprising. The bug report suggests a workaround, which is adding \br between \value and \table.

See also TableAfterValue::Reproduces.

Member Type Documentation

enum TableAfterValue::Reproduces

ConstantValue
TableAfterValue::Problem0
This table shouldn't be mangled by the previous \value command.