Sha256: 619504cd500aed66929ecfbc37d59b253ca4bb55413d4c01785f96659af1dff1

Contents?: true

Size: 389 Bytes

Versions: 13

Compression:

Stored size: 389 Bytes

Contents

//Written using Nila. Visit http://adhithyan15.github.io/nila
(function() {
  var msg;

  //This file tests the limits of the string interpolation feature present in Nila

  msg = "Hello " + ("world. A lovely place.") + "" + "Another " + ("Lovely quote");

  console.log(msg);

  console.log("Hello " + ("world"));

  console.log('Hello #{world}');

  console.log('Hello');

}).call(this);

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.7.1 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9.7 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9.6 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9.5 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9.4 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9.3 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9.2 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9.1 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.9 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.8 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.7 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.6 shark/test_files/correct_string_interpolation.js
nilac-0.0.4.3.4 shark/test_files/correct_string_interpolation.js