mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 03:05:32 -06:00
Revise spec
This commit is contained in:
parent
10412913ee
commit
5193c85e6d
@ -4425,7 +4425,7 @@ dictionary constant b = E.X
|
|||||||
type T1
|
type T1
|
||||||
dictionary type T2 = T1 # Error: T2 is not displayable
|
dictionary type T2 = T1 # Error: T2 is not displayable
|
||||||
|
|
||||||
# Error: c does not have primitve, string, or enum type
|
# Error: c does not have primitive, string, or enum type
|
||||||
dictionary constant c = { x = U32 }</code></pre>
|
dictionary constant c = { x = U32 }</code></pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -11954,7 +11954,7 @@ equivalent.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2025-10-06 17:44:27 -0700
|
Last updated 2025-10-06 17:44:48 -0700
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="code-prettify/run_prettify.js"></script>
|
<script src="code-prettify/run_prettify.js"></script>
|
||||||
|
|||||||
@ -32,6 +32,6 @@ dictionary constant b = E.X
|
|||||||
type T1
|
type T1
|
||||||
dictionary type T2 = T1 # Error: T2 is not displayable
|
dictionary type T2 = T1 # Error: T2 is not displayable
|
||||||
|
|
||||||
# Error: c does not have primitve, string, or enum type
|
# Error: c does not have primitive, string, or enum type
|
||||||
dictionary constant c = { x = U32 }
|
dictionary constant c = { x = U32 }
|
||||||
----
|
----
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user