fpp/compiler/tools/fpp-from-xml/test/struct/struct_format.ref.txt
bocchino 7f43f198ae Revise Struct Xml Fpp Writer
Revise handling of inline arrays
Update tests
2021-04-16 16:35:37 -07:00

18 lines
283 B
Plaintext

module A {
module B {
struct StructFormat {
m1: I32
@ FPP from XML: could not translate format string "%q"
m2: bool
m3: string size 23
m4: [10] F32 format "{.3e}"
m5: [10] F32 format "{.3f}"
m6: [10] F32 format "{.3g}"
}
}
}