Reported by Andy Holmes <andrew.g.r.holmes@gmail.com>
in <https://savannah.gnu.org/bugs/?50920>.
* gettext-tools/tests/xgettext-javascript-7: Test template literals inside an
object.
return _("first normal string") + `${foo}` + _("second normal string");
};
var s11 = _("another normal string");
+var s12 = { property: `A template literal with ${n} substitution` };
+var s13 = _("yet another normal string");
+
EOF
: ${XGETTEXT=xgettext}
msgid "another normal string"
msgstr ""
+
+msgid "yet another normal string"
+msgstr ""
EOF
: ${DIFF=diff}