symbols: Remove last remnants of @keep

* src/symtable/symbols.xsl (preproc:symtable)[lv:param]: Remove @keep.
* test/symtable/symbols.xspec: Remove @keep.
master
Mike Gerwitz 2018-09-12 12:04:32 -04:00
parent c97af5e676
commit e18d5bb4b5
2 changed files with 6 additions and 12 deletions

View File

@ -344,8 +344,7 @@
desc="{@desc}"
dtype="{@type}"
default="{@default}"
tex="{@sym}"
keep="true" />
tex="{@sym}" />
</template>

View File

@ -64,8 +64,7 @@
desc="Vector param"
dtype="footype"
default=""
tex=""
keep="true" />
tex="" />
<preproc:sym type="param"
name="tex_param"
@ -73,8 +72,7 @@
desc="Matrix param with TeX"
dtype="tex"
default=""
tex="\tex"
keep="true" />
tex="\tex" />
<preproc:sym type="param"
name="scalar_param"
@ -82,8 +80,7 @@
desc="Scalar param (implicit)"
dtype="bar"
default=""
tex=""
keep="true" />
tex="" />
<preproc:sym type="param"
name="scalar_param_explicit"
@ -91,8 +88,7 @@
desc="Scalar param (explicit)"
dtype="bar"
default=""
tex=""
keep="true" />
tex="" />
<preproc:sym type="param"
name="unknown_dim"
@ -100,8 +96,7 @@
desc="Unknown dimension"
dtype="wtf"
default=""
tex=""
keep="true" />
tex="" />
</expect>
</scenario>