updated quotes
This commit is contained in:
@@ -153,10 +153,10 @@ describe('SwaggerUi.partials.signature tests', function () {
|
||||
it('returns tag <test:tagname >string</test:tagname> when passing type string and xml:{"namespace": "http://swagger.io/schema/sample", "prefix": "sample"}', function () {
|
||||
var name = 'name';
|
||||
var definition = {
|
||||
"type": "string",
|
||||
"xml": {
|
||||
"namespace": "http://swagger.io/schema/sample",
|
||||
"prefix": "sample"
|
||||
type: 'string',
|
||||
xml: {
|
||||
namespace: 'http://swagger.io/schema/sample',
|
||||
prefix: 'sample'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -166,9 +166,9 @@ describe('SwaggerUi.partials.signature tests', function () {
|
||||
it('returns tag <test:tagname >string</test:tagname> when passing type string and xml:{"namespace": "http://swagger.io/schema/sample"}', function () {
|
||||
var name = 'name';
|
||||
var definition = {
|
||||
"type": "string",
|
||||
"xml": {
|
||||
"namespace": "http://swagger.io/schema/sample"
|
||||
type: 'string',
|
||||
xml: {
|
||||
namespace: 'http://swagger.io/schema/sample'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user