mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
The ch1 slot of OP_VALUEs contains an invalid value. Ignore it. Fixes bug #760325: https://bugzilla.gnome.org/show_bug.cgi?id=760325
29 lines
556 B
Plaintext
29 lines
556 B
Plaintext
|
|
========================
|
|
Expression: 1
|
|
Object is a number : 1
|
|
|
|
========================
|
|
Expression: 1+2
|
|
Object is a number : 3
|
|
|
|
========================
|
|
Expression: 2*3
|
|
Object is a number : 6
|
|
|
|
========================
|
|
Expression: 1+2*3+4
|
|
Object is a number : 11
|
|
|
|
========================
|
|
Expression: (1+2)*(3+4)
|
|
Object is a number : 21
|
|
|
|
========================
|
|
Expression: 1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1+1*1
|
|
Object is a number : 21
|
|
|
|
========================
|
|
Expression: self::-name
|
|
Object is empty (NULL)
|