From 42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 11:32:16 +0800 Subject: + Penlight --- .../Penlight/docs/examples/test-pretty.lua.html | 140 +++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 Data/Libraries/Penlight/docs/examples/test-pretty.lua.html (limited to 'Data/Libraries/Penlight/docs/examples/test-pretty.lua.html') diff --git a/Data/Libraries/Penlight/docs/examples/test-pretty.lua.html b/Data/Libraries/Penlight/docs/examples/test-pretty.lua.html new file mode 100644 index 0000000..a7493f3 --- /dev/null +++ b/Data/Libraries/Penlight/docs/examples/test-pretty.lua.html @@ -0,0 +1,140 @@ + + + + + Penlight Documentation + + + + +
+ +
+ +
+
+
+ + +
+ + + + + + +
+ +

test-pretty.lua

+
+local pretty = require 'pl.pretty'
+
+local tb = {
+    'one','two','three',{1,2,3},
+    alpha=1,beta=2,gamma=3,['&']=true,[0]=false,
+    _fred = {true,true},
+    s = [[
+hello dolly
+you're so fine
+]]
+}
+
+print(pretty.write(tb))
+ + +
+
+
+generated by LDoc 1.4.6 +
+
+ + -- cgit v1.1-26-g67d0