• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A Markdown shard for the Crystal programming language


Commit MetaInfo

Revisione90bbdf6f729449003be12455bfe0f2e22eeb8a4 (tree)
Time2023-12-28 13:08:25
Authorsupercell <stigma@disr...>
Commitersupercell

Log Message

Remove unused spec/util.cr file

Change Summary

  • delete: spec/util.cr

Incremental Difference

--- a/spec/util.cr
+++ /dev/null
@@ -1,5 +0,0 @@
1-require "colorize"
2-
3-def whitespace_color(input : String) : String
4- input.gsub(" ", "·".colorize(:light_blue)).gsub("\t", "\t".colorize.back(:dark_gray))
5-end