Changes between Initial Version and Version 2 of Ticket #28295
- Timestamp:
- Jun 9, 2017, 9:31:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28295
- Property Has patch set
-
Ticket #28295 – Description
initial v2 14 14 // Outputs string 'reading-chicken-entrails-for-project-completion-' 15 15 // Note trailing hyphen. 16 console.log(URLify(source_string, max_length, False));16 console.log(URLify(source_string, max_length, false)); 17 17 }}} 18 18 … … 28 28 // Outputs string 'reading-chicken-entrails-for-project-completion' 29 29 // Note omission of trailing hyphen. 30 console.log(URLify(source_string, max_length, False));30 console.log(URLify(source_string, max_length, false)); 31 31 }}} 32 32