##
#ifdef USE_QUADMATH
quadmath_snprintf(enc->cur, NV_DIG, "%.33Qg", SvNVX (sv)); /* NV_DIG is 33 for quadmath builds */
#else
Gconvert (SvNVX (sv), NV_DIG, 0, enc->cur);
#endif
####
t/11_pc_expo.t .......... 1/8
# Failed test 'digit 1.01e+30'
# at t/11_pc_expo.t line 35.
# '[1010000000000000000000000000000]'
# doesn't match '(?^:\[1.01[Ee]\+0?30\])'
# Looks like you failed 1 test of 8.