mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	node: Fix style in copy-paste test.
This bug got merged due to a problem with Travis CI.
This commit is contained in:
		@@ -23,4 +23,4 @@ var copy_and_paste = zrequire('copy_and_paste');
 | 
				
			|||||||
    // that this not use markdown syntax, since that feels unnecessary.
 | 
					    // that this not use markdown syntax, since that feels unnecessary.
 | 
				
			||||||
    assert.equal(copy_and_paste.paste_handler_converter(input),
 | 
					    assert.equal(copy_and_paste.paste_handler_converter(input),
 | 
				
			||||||
                 '[https://zulip.readthedocs.io/en/latest/subsystems/logging.html](https://zulip.readthedocs.io/en/latest/subsystems/logging.html');
 | 
					                 '[https://zulip.readthedocs.io/en/latest/subsystems/logging.html](https://zulip.readthedocs.io/en/latest/subsystems/logging.html');
 | 
				
			||||||
})();
 | 
					}());
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user