Make ast == ast.op (fixes #1004) (#1017)

This commit is contained in:
Alex Saveau 2023-04-27 13:34:46 -07:00 committed by GitHub
parent e0d5930405
commit 1235d52c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -64,8 +64,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
// Punctuation.
amp: ['&', inv: ''],
ast: [
basic: '*',
op: '',
basic: '*',
low: '',
double: '',
triple: '',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB